mirror of
https://github.com/wassname/flask-security.git
synced 2026-06-28 16:20:24 +08:00
5 lines
221 B
HTML
5 lines
221 B
HTML
<p>Your password has been changed.</p>
|
|
{% if security.recoverable %}
|
|
<p>If you did not change your password, <a href="{{ url_for_security('forgot_password', _external=True) }}">click here to reset it</a>.</p>
|
|
{% endif %}
|