flex-template-web/ext/default-mail-templates/reset-password/reset-password-html.html
Boyan Tabakov 1202b6158f Move default mail templates to default directory
This makes it easier to merge changes to customization projects
2018-03-13 11:35:06 +02:00

15 lines
No EOL
831 B
HTML

<html>
<body>
<p>Hello {{recipient.first-name}},</p>
<p>You have indicated that you have forgotten your password for <em>{{marketplace.name}}</em>. Click the following link to reset your password:</p>
<p><a href="{{marketplace.url}}/reset-password?t={{form-encode password-reset.token}}&e={{form-encode password-reset.email-address}}">{{marketplace.url}}/reset-password?t={{form-encode password-reset.token}}&e={{form-encode password-reset.email-address}}</a></p>
<p>If you don't use this link within 1 hour, it will expire. You can request a new password reset link, if you need to.</p>
<p>If you didn't request this, please ignore this email. Your password won't be changed until you use the link above to set a new one.</p>
<p>Best regards,<br />The {{marketplace.name}} team</p>
</body>
</html>