Username filter on register form
Closed this issue · 0 comments
nickbclifford commented
Every so often, we see somebody try to register with username@micds.org
as their username instead of just username
. We should put some sort of validation on the registration form to avoid this, like maybe a regex (/^[a-z-]+$/
).