MyMICDS/MyMICDS-v2-Angular

Username filter on register form

Closed this issue · 0 comments

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-]+$/).