Input Validation
username
Accepted formats are:
- Any character except the word 
admin 
Regex used to match this: ^(?!^admin$).*$
You can try live here
If you find a field that you think it needs validation, please open an issue on github
username
Accepted formats are:
adminRegex used to match this: ^(?!^admin$).*$
You can try live here
If you find a field that you think it needs validation, please open an issue on github