proxadmin/app/templates/auth/email/reset_password.html

6 lines
396 B
HTML
Raw Normal View History

2017-03-08 13:53:09 -05:00
<p>Dear {{ user.username }},</p>
<p>To reset your password <a href="{{ url_for('auth.password_reset', token=token, _external=True) }}">click here</a>.</p>
<p>Alternatively, you can paste the following link in your browser's address bar:</p>
<p>If you have not requested a password reset simply ignore this message.</p>
<p><small>Note: replies to this email address are not monitored.</small></p>