{% extends "_layout.html" %} {% from "_macros.html" import button %} {% block title %}Your {{ app_name }} password was changed{% endblock %} {% block preheader %} If this was not you, act now - your other sessions have already been ended. {% endblock %} {% block heading %}Your password was changed{% endblock %} {% block content %}
The password for {{ username }} was changed just now, and every signed-in session was ended. Sign in again with the new password.
{{ button(login_url, "Sign in") }}
If this was not you, reset the password immediately and write to {{ support_email }}.
{% endblock %} {% block footer_note %} This is a security notice; it is sent whenever an account password changes. {% endblock %}