budibase/packages/worker/src/constants/templates/passwordRecovery.hbs

15 lines
634 B
Handlebars
Raw Normal View History

<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
<tbody>
<tr>
<td class="bg_dark email-section" style="text-align:center;">
<div class="heading-section heading-section-white">
<span class="subheading">Budibase Password reset</span>
<h2>Please follow the below link to reset your password.</h2>
<p><a href="{{ resetUrl }}" class="btn btn-primary">Reset password</a></p>
<p>This password reset was required for {{ email }} if you did not
request this then please contact your administrator.</p>
</div>
</td>
</tr>
</tbody>
</table>