{% extends "_layout.txt" %}

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

{{ action_url }}

Or paste this recovery code into the app:
{{ code }}

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