{% extends "base.html" %} {% block title %}Forgot Password — Ageri{% endblock %} {% block body %}
A

Forgot password?

Recovery email delivery isn't active yet.

{% if not recovery_email %}

No recovery email set

You haven't set a recovery email. Log in and go to Settings → Security to add one.

{% endif %}

Reset manually

Delete the password file on the machine running Ageri, then reload this page.

Linux / macOS

rm ~/ageri/.password_hash

Windows

del "%USERPROFILE%\ageri\.password_hash"

Then go to /login — the setup wizard will let you set a new password.

← Back to login

{% endblock %}