Files
2013-01-12 23:58:47 -08:00

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 %}