{% extends "base.html" %} {% block title %}Recover :: {{settings.app_title}}{% endblock %} {% block header %}Recover account{% endblock %} {% block content %}
{% if settings.turnstile_sitekey %}
{%endif %} {% if error %}

{{error}}

{% endif %}

Recalled password? Log in

Don't have an account? Sign Up

{% endblock %}