{% extends 'security/email/base.html' %} {% from 'security/email/button.html' import mail_button %} {% block body %}

{{ _('Your password has been changed.') }}


{% if security.recoverable %}

{{ _('If you did not change your password, click below to reset it.') }}

{{ mail_button( _('Reset password'), url_for('security.forgot_password', _external=True) ) }}
{% endif %} {% endblock %}