{% extends 'security/email/base.txt' %}
{% block body %}
{{ _('Your password has been changed') }}
{% if security.recoverable %}
{{ _('If you did not change your password, click the link below to reset it.') }}
{{ url_for('security.forgot_password', _external=True) }}
{% endif %}
{% endblock %}
