hmn/src/templates/src/email_password_reset.html

25 lines
746 B
HTML

<p>
Hello {{ .Name }},
</p>
<p>
Someone has requested a password reset for your Handmade Network account. To finish the password reset, visit the following link:
</p>
<p>
<a href="{{ .DoPasswordResetUrl }}">{{ .DoPasswordResetUrl }}</a>
</p>
<p>
This link will be valid for 24 hours (until {{ absolutedate .Expiration }} UTC).
</p>
<p>
If you did not request this password reset, we apologize - please ignore this message.
</p>
<p>
Thanks,<br />
The Handmade Network staff.
</p>
<hr />
<p style="font-size:small; -webkit-text-size-adjust:none; color: #666">
You are receiving this email because someone requested a password reset for your account and supplied both your username and email address correctly.
</p>