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

9 lines
511 B
Plaintext
Raw Normal View History

<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>
<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>
<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>
<p><small>Note: replies to this email address are not monitored.</small></p>