Regexp
Opened this issue · 0 comments
mtkp commented
Right now a user can sign up with a username of " " (a bunch of blank spaces). Make a regexp somewhere (probably in the register function where length is currently being checked) to prevent all spaces usernames or something along those lines.