{% extends 'email/layout.html' %} {% block content %}
Your password has been changed.
{% if security.recoverable %} {% set forgot_url = url_for('security_controller.forgot_password', _external=True) %}If you did not change your password, click here to reset it or copy the following URL into your browser:
{{ forgot_url }}
{% endif %} {% endblock %}