Skip to content

Prevent Reserved Usernames #291

Description

@Abdulazeem-code

Description

Prevent users from registering 'admin', 'root', 'stellar', etc.

Acceptance Criteria

  • Array of reserved words is blocked
  • Returns 403 Forbidden for reserved words

Implementation Steps

  1. Create a list of reserved strings
  2. Check payload against the list in the /register handler

Branching Instructions

Please create a branch from main following this naming convention:
feat/reserved-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