{% extends "_layout.html" %} {% from "_macros.html" import button, code_block %} {% block title %}Reset your {{ app_name }} password{% endblock %} {% block preheader %} Choose a new password - this link is good for {{ expires_in }}. {% endblock %} {% block heading %}Set a new password{% endblock %} {% block content %}

Someone asked to reset the password for {{ username }}. If that was you, pick a new one now.

{{ button(action_url, "Choose a new password") }}

Button not working? Paste this recovery code into the app, or open the link below:

{{ code_block(code) }}

{{ action_url }}

The code expires in {{ expires_in }} and can be used once. If you did not ask for this, you can ignore the message: your current password keeps working and nobody learns you received it.

{% endblock %}