{% extends 'flask_user/emails/base_message.txt' %}

{% block message %}
Your password has been changed.

{% if user_manager.enable_forgot_password -%}
If you did not initiate this password change, click the link below to reset it.
    {{ url_for('user.forgot_password', _external=True) }}
{% endif -%}
{% endblock %}


