pyfedi/app/templates/email/reset_password.html

14 lines
652 B
HTML
Raw Permalink Normal View History

<p><a href="https://piefed.social/"><img src="https://piefed.social/static/images/logo2.png" style="max-width: 100%; margin-bottom: 20px;" width="50" height="50" alt="PieFed logo" /></a></p>
2023-12-31 17:49:15 -08:00
<p>Hi {{ user.display_name() }},</p>
<p>
To reset your password
<a href="{{ url_for('auth.reset_password', token=token, _external=True) }}">
click here
</a>.
</p>
<p>Alternatively, you can paste the following link in your browser's address bar:</p>
<p>{{ url_for('auth.reset_password', token=token, _external=True) }}</p>
<p>If you have not requested a password reset simply ignore this message.</p>
<p>Sincerely,</p>
2023-11-24 15:06:20 -08:00
<p>The PieFed Team</p>