zcash-grant-system/backend/grant/templates/emails/recover.html

41 lines
1.7 KiB
HTML

<p style="margin: 0;">
Please use the below link to reset your password. The link will expire in one
hour.
</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#ffffff" align="center" style="padding: 40px 30px 40px 30px;">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="border-radius: 3px;" bgcolor="{{ UI.PRIMARY }}">
<a
href="{{ args.recover_url }}"
target="_blank"
style="font-size: 20px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; text-decoration: none; color: #ffffff; text-decoration: none; padding: 20px 50px; border-radius: 4px; border: 1px solid {{ UI.PRIMARY }}; display: inline-block;"
>
Reset Password
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<p style="margin: 0 0 10px; font-size: 14px; text-align: center;">
If that doesn't work, copy and paste the following link in your browser
</p>
<p style="margin: 0 0 30px; font-size: 12px; text-align: center;">
<a href="{{ args.recover_url }}" target="_blank" style="color: {{ UI.PRIMARY }};">{{
args.recover_url
}}</a>
</p>
<p style="margin: 0; font-size: 10px; color: #AAA; text-align: center;">
If you did not make this request, you can safely ignore this email. A password
reset request can be made by anyone, and it does not indicate that your
account is in any danger of being accessed by someone else.
</p>