mirror of
https://github.com/wassname/flask-security.git
synced 2026-09-09 11:22:35 +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 %}
|