2019-07-08 09:00:49 +00:00
|
|
|
<p>Dear {{ user.username }},</p>
|
2020-02-19 15:24:58 +00:00
|
|
|
<p>To reset your password <a href="{{ url_for('auth.reset_password', token=token, _external=True) }}">click here</a>.</p>
|
2019-07-08 09:00:49 +00:00
|
|
|
<p>Alternatively, you can paste the following link in your browser's address bar:</p>
|
2020-02-19 15:24:58 +00:00
|
|
|
<p>{{ url_for('auth.reset_password', token=token, _external=True) }}</p>
|
2019-07-08 09:00:49 +00:00
|
|
|
<p>If you have not requested a password reset simply ignore this message.</p>
|
|
|
|
<p>Sincerely,</p>
|
2019-12-02 11:03:50 +00:00
|
|
|
<p>The nopaque Team</p>
|
2019-07-08 09:00:49 +00:00
|
|
|
<p><small>Note: replies to this email address are not monitored.</small></p>
|