{% extends "base.html" %} {% block title %}Forgot Password — Ageri{% endblock %} {% block body %}
Recovery email delivery isn't active yet.
No recovery email set
You haven't set a recovery email. Log in and go to Settings → Security to add one.
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.