nopaque/app/templates/auth/email/reset_password.txt.j2

14 lines
304 B
Plaintext
Raw Normal View History

Dear {{ user.username }},
2020-02-24 17:32:20 +01:00
to reset your password click on the following link:
2020-02-19 16:24:58 +01:00
{{ url_for('auth.reset_password', token=token, _external=True) }}
If you have not requested a password reset simply ignore this message.
Sincerely,
2019-12-02 12:03:50 +01:00
The nopaque Team
Note: replies to this email address are not monitored.