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

{% block message %}
{{ word('Your password has been changed.') }}

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


