GK RFP System

Forgot password

Password reset on this system is intentionally not self-service from a web form because this is an internal tool with no email channel configured. You have two recovery paths.

Option A: ask an admin

If you can reach an admin user (someone with the admin flag set), have them sign in, go to /admin/users, and click Reset password next to your username. They will give you a temp password. You log in with it and are forced to change it on first login.

Option B: reset from the Mac mini terminal

Use this when you ARE the admin and locked out, or no admin is available. Anyone with SSH or physical access to the Mac mini running this app can do it. Run from any terminal on the server:

cd /Users/robertgreenmini/rfp-system && \
.venv/bin/bash scripts/reset_password.sh

The script will ask which username (if you forgot that too, it can list them), prompt for a new password twice without echoing, and update the database. After it prints OK, come back here and sign in with the new password.

Back to sign in