{% extends "base.html" %} {% block title %}Account Recovery — {{ service_name }}{% endblock %} {% block content %}

Forgot your password?

Enter your email address and we will send you an email to reset your password.

{{ request_password_reset_form.csrf_token() }}
{% if has_error or request_password_reset_form.email.errors%} Please enter a valid email address. {% endif %}

{% endblock %}