{% extends 'flask_user/emails/base_message.html' %} {% block message %}
Your password has been changed.
{% if user_manager.USER_ENABLE_FORGOT_PASSWORD %}If you did not initiate this password change, click here to reset it.
{% endif %} {% endblock %}