pyfedi/app/templates/email/reset_password.txt
2024-01-01 14:49:15 +13:00

11 lines
254 B
Text

Hello {{ user.display_name() }},
To reset your password click on the following link:
{{ url_for('auth.reset_password', token=token, _external=True) }}
If you have not requested a password reset simply ignore this message.
Sincerely,
The PieFed Team