12 lines
245 B
Plaintext
12 lines
245 B
Plaintext
|
Dear {{ user.username }},
|
||
|
|
||
|
To reset your password click on the following link:
|
||
|
|
||
|
{{ url_for('reset_password', token=token, _external=True) }}
|
||
|
|
||
|
If you have not requested a password reset simply ignore this message.
|
||
|
|
||
|
Sincerely,
|
||
|
|
||
|
The Microblog Team
|