{% extends 'layouts/auth.html' %} {% block content %}

Account Recovery

Reset password

Enter the email address for your account.

{% if errors.get('email') %}
{{ errors.email }}
{% endif %}
Back to sign in
{% if reset_url %}

Development reset link

{{ reset_url }}
{% endif %} {% endblock %}