revert(auth): restore Subscriber as default role on register #32
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
psa-systems/bunyip!32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "revert/register-as-admin-staging"
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?
Reverts the staging-only auto-Admin behaviour from chore/register-as-admin-staging (commit
6a07c17, merged in #28). Open registration plus auto-Admin makes account self-elevation trivial; with the c-01 deploy stable, the staging team can promote testers via a SQL update (UPDATE users SET role='admin' WHERE email = ...) when admin surfaces need exercising.