microblog/app/templates/email/reset_password.txt

12 lines
250 B
Plaintext
Raw Normal View History

2017-09-26 07:16:46 +00:00
Dear {{ user.username }},
To reset your password click on the following link:
{{ url_for('auth.reset_password', token=token, _external=True) }}
2017-09-26 07:16:46 +00:00
If you have not requested a password reset simply ignore this message.
Sincerely,
The Microblog Team