Skip to content

Enforce Lowercase Usernames #290

Description

@Abdulazeem-code

Description

Usernames should be case-insensitive to prevent impersonation.

Acceptance Criteria

  • Usernames are converted to lowercase before saving
  • Lookups force lowercase strings

Implementation Steps

  1. Modify /register to apply .toLowerCase()
  2. Modify /federation to do the same

Branching Instructions

Please create a branch from main following this naming convention:
feat/lowercase-usernames

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions