Command line instructions
If you've lost access to your admin account, you can reset the password from the OmniSight container.
Run one of these commands, then sign in with the new password.
docker exec -e OMNISIGHT_RESET_PASSWORD='NewStrongPass1' omnisight npm run reset-password -- --username admin
docker compose exec -e OMNISIGHT_RESET_PASSWORD='NewStrongPass1' omnisight npm run reset-password -- --username admin
Add --disable-2fa if you also lost access to your authenticator app.