How to reset your password if locked out
This application uses a single-user authentication system with no email recovery. If you forget your password, you must reset the account manually.
The user credentials are stored in:
/workspaces/users.json
rm /workspaces/users.json
/signin in your browserapp-config.json file with your GitLab/Claude settings remains intactIf running in Docker, you may need to:
docker exec -it <container_name> /bin/shrm /app/workspaces/users.jsonAnyone with filesystem access can reset the account. Ensure proper access controls are in place for production deployments.