dash-stack/dash/templates/auth/email/reset_password.html
kelepirci 0a8b5a5db0 Land of Forgotten Passwords
This will add new function to reset user password and some
higher magical lore to the software.
2016-08-04 23:38:20 +03:00

9 lines
619 B
HTML

<p>Dear {{ user.username }},</p>
<p>This message comes from Page of Forgotten Passwords</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>{{ url_for('auth.password_reset', token=token, _external=True) }}</p>
<p>If you have not requested a password reset simply ignore this message.</p>
<p>Sincerely,</p>
<p>The Unknown Archivists of Page of Forgotten Passwords</p>
<p><small>Note: replies to this email address will fall in abyss of unknowns.</small></p>