14 lines
530 B
HTML
14 lines
530 B
HTML
|
Hi,
|
||
|
<br><br>
|
||
|
You recently requested password reset on {{APP_NAME}} with this email address ({{EMAIL}}).
|
||
|
To reset the password to your account, please click on the following link:<br>
|
||
|
<a href="{{RESET_LINK}}" title="Reset password">{{RESET_LINK}}</a>
|
||
|
<br><br>
|
||
|
You can reset your password with this link util {{EXPIRES}}.
|
||
|
<br><br>
|
||
|
If you did not requested password reset, no further action is required, your account is not touched.
|
||
|
<br><br>
|
||
|
Regards,<br>
|
||
|
{{APP_NAME}}<br>
|
||
|
<a href="{{BASE_URL}}" title="{{APP_NAME}}">{{BASE_URL}}</a>
|