moloch-- / RootTheBox

A Game of Hackers (CTF Scoreboard & Game Manager)
http://root-the-box.com/
Apache License 2.0
908 stars 292 forks source link

Remove case-sensitive on HANDLE #597

Closed PJNorrisS1 closed 9 months ago

PJNorrisS1 commented 9 months ago

On of the biggest feedbacks we get from our game creators is the user forgot their Handle or couldn't remember where they stashed the uppercase character.

Any chance we could store/validate the handle to remove case sensitivity? Passwords - sure, get that, but Handles/Usernames shouldn't be case sensitive.

Hope its a quick fix :-) thank you.