aboutsummaryrefslogtreecommitdiff
path: root/wqflask/flask_security/templates/security/email/change_notice.txt
blob: e74bd80d9d48dbc8a9dd72870aed9da044bf2214 (plain)
1
2
3
4
5
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 %}