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

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

{% if user_manager.USER_ENABLE_FORGOT_PASSWORD -%}
Please click the link below to reset it.
    {{ url_for('user.forgot_password', _external=True) }}
{% endif -%}
{% endblock %}
