{% extends "base.html" %} {% block title %}Forgot Password — Friday Budgeting Pro{% endblock %} {% block content %}

Forgot your password?

{% if sent %}
Recovery token written to ~/.friday-bp/recovery.txt. Run cat ~/.friday-bp/recovery.txt in a terminal, then paste it below.
{% else %} {% if error %}
{{ error }}
{% endif %}

Enter your username and Friday will write a one-time recovery token to ~/.friday-bp/recovery.txt (readable only by you).

{% endif %}

Back to login

{% endblock %}