mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
15 lines
No EOL
831 B
HTML
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> |