This is a self-hosted system โ there's no email-based reset. Choose an option below.
The owner can reset your password from the Team page. Reach out to them directly and they'll set a new temporary password for you.
If you're the owner and locked out, SSH into the server and run:
python -c "import users_store; users_store.set_password('YOUR_USER_ID', 'new-password')"
Or set DASHBOARD_PASSWORD in .env and restart โ this creates a fresh owner account if none exists.