Oath BringerOath Bringer

Account Recovery

Create or reset a local operator account.

Create admin
OATH_BRINGER_BOOTSTRAP_PASSWORD='new-password' pnpm ops:user:create -- [email protected] --name='Your Name' --role=admin
Reset password
OATH_BRINGER_BOOTSTRAP_PASSWORD='new-password' pnpm ops:user:reset -- [email protected] --name='Your Name' --role=admin

Run the command on the machine or container that owns the Oath Bringer SQLite database. Reset revokes existing sessions.

Back to login