{% extends "_layout.txt" %}

{% 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:

{{ login_url }}

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 %}
