Description
Prevent users from registering 'admin', 'root', 'stellar', etc.
Acceptance Criteria
Implementation Steps
- Create a list of reserved strings
- Check payload against the list in the /register handler
Branching Instructions
Please create a branch from main following this naming convention:
feat/reserved-usernames
Description
Prevent users from registering 'admin', 'root', 'stellar', etc.
Acceptance Criteria
Implementation Steps
Branching Instructions
Please create a branch from
mainfollowing this naming convention:feat/reserved-usernames