mirror of
https://github.com/wassname/flask-security.git
synced 2026-07-29 11:20:24 +08:00
6 lines
202 B
Plaintext
6 lines
202 B
Plaintext
Your password has been changed
|
|
{% if security.recoverable %}
|
|
If you did not change your password, click the link below to reset it.
|
|
{{ url_for_security('forgot_password', _external=True) }}
|
|
{% endif %}
|