OrcaCD LogoOrcaCD

Account Recovery

Steps to recover your account if you have lost access

There are two ways to reset a password for a user:

  1. UI: An admin can reset the password for a user in the admin panel under the "Users" tab by clicking on the three dots next to the user's name and selecting "Edit".
  2. Terminal: You can reset a password for a user by running hub reset-password <user id or email>. To execute this script with Docker you have to run the following command:
docker compose exec hub /app/hub reset-password <user id or email>
The user with the reset password has to change the password on the next login.
╭────────────────────────────────────────────────────────────────────╮ │ │ │ Password Reset Successful │ │ │ │ User ID: 019dc111-5220-77bc-9729-2335f88fa658 │ │ Email: test@orcacd.dev │ │ New temporary password: w&BU6G,WM#!MX9M4eq │ │ │ │ Important: The user must change this password on the next login. │ │ │ ╰────────────────────────────────────────────────────────────────────╯

Last updated on