Validate usernames to only allow letters and underscores
Closed this issue · 0 comments
DefinetlyNotAI commented
Prerequisites
- I have searched for duplicate or closed feature requests
- I have read the contributing guidelines
Proposal
Server must validate usernames to only allow letters and underscores using regex, this is to remove unexpected errors.
Motivation and context
N/A
What is the importance for implementing this idea?
High