Description
Usernames should be case-insensitive to prevent impersonation.
Acceptance Criteria
Implementation Steps
- Modify /register to apply .toLowerCase()
- Modify /federation to do the same
Branching Instructions
Please create a branch from main following this naming convention:
feat/lowercase-usernames
Description
Usernames should be case-insensitive to prevent impersonation.
Acceptance Criteria
Implementation Steps
Branching Instructions
Please create a branch from
mainfollowing this naming convention:feat/lowercase-usernames