fix: prevent demo user from changing their own password #22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "hotfix/demo-user-issues"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a guard in the password change route that blocks the demo account,
use
seed_demo()so existing passwords can be reset,adds a just recipe and script with step-by-step feedback for prod recovery.