nxtgauge-backend-rust/crates/email/templates/password-reset.html

22 lines
667 B
HTML
Raw Permalink Normal View History

<!-- Password Reset -->
<h1 class="email-title">Reset Your Password</h1>
<p>Hi {{first_name}},</p>
<p>
We received a request to reset your password. Enter the code below to set a
new password:
</p>
<div style="text-align: center; font-size: 28px; font-weight: bold; letter-spacing: 8px; margin: 30px 0;">
{{reset_code}}
</div>
<div class="info-box">
<p class="info-box-title">🔒 Security Notice</p>
<p style="margin: 0">
This code will expire in <strong>15 minutes</strong>. If you didn't request
this, please ignore this email and your password will remain unchanged.
</p>
</div>
<p>Best regards,<br /><strong>The Nxtgauge Team</strong></p>