mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-24 03:43:42 -08:00
12 lines
456 B
HTML
12 lines
456 B
HTML
<p>Hi {{ user.user_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>
|
|
<p>The PyFedi Team</p>
|