2017-09-26 07:16:46 +00:00
|
|
|
Dear {{ user.username }},
|
|
|
|
|
|
|
|
To reset your password click on the following link:
|
|
|
|
|
2017-10-09 07:09:22 +00:00
|
|
|
{{ 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
|