Add user registration page #4
Collaborator
- New registration page at /register
- Fields: username, email, password, confirm password
- Default role: operator
- CSRF protection
- Validations: unique username/email, password >= 8 chars
- Link from login page to register and vice versa
- New registration page at /register
- Fields: username, email, password, confirm password
- Default role: operator
- CSRF protection
- Validations: unique username/email, password >= 8 chars
- Link from login page to register and vice versa
agent
added 1 commit 2026-06-06 19:41:10 -04:00
Merge pull request 'Add user registration page' (#4) from feat/user-registration into master
Reference in New Issue
Block a user
Delete Branch "feat/user-registration"
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?