34 lines
870 B
HTML
34 lines
870 B
HTML
<html>
|
|
<head>
|
|
<title>{1}</title>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
Dear {2} {3}:
|
|
</p>
|
|
|
|
<p>
|
|
We have received a request to reset the password for your {0} account ({4}).
|
|
</p>
|
|
|
|
<p>
|
|
Please follow the instructions below to proceed with your password reset.
|
|
</p>
|
|
|
|
<p>
|
|
If you did not request this new account you can safely ignore this email.
|
|
This request will expire if not acted upon within 30 days.
|
|
</p>
|
|
|
|
<p>
|
|
Click on the link below or paste it into your browser's address bar to reset your password
|
|
using our secure server.
|
|
</p>
|
|
|
|
<p>
|
|
<a href="{5}" title="password">{5}</a>
|
|
</p>
|
|
|
|
<p>Thank you!</p>
|
|
</body>
|
|
</html>
|