* fix(gitea): default to nodeIP for DOMAIN and ROOT_URL * fix issue #4118 * add regex validation
295 B
295 B
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