{% extends "_layout.html" %} {% block title %}A new address was requested for your {{ app_name }} account{% endblock %} {% block preheader %} Nothing has changed yet. If this was not you, change your password. {% endblock %} {% block heading %}Someone asked to change your address{% endblock %} {% block content %}
A request was made to move {{ username }} to {{ new_email }}. We have sent a confirmation link there; until it is used, this address stays on the account.
If this was not you, change your password now and write to {{ support_email }}. Whoever made the request had to be signed in and know your current password.
{% endblock %} {% block footer_note %} This is a security notice; it is sent to the address currently on the account. {% endblock %}