15 lines
633 B
HTML
15 lines
633 B
HTML
|
<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 {{ user }} if you did not
|
||
|
request this then please contact your administrator.</p>
|
||
|
</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|