Files
truecharts/charts/stable/gitea/docs/validation.md
Stavros Kois 664840a9e3 fix(gitea): default to nodeIP for DOMAIN and ROOT_URL (#5003)
* fix(gitea): default to nodeIP for DOMAIN and ROOT_URL

* fix issue #4118

* add regex validation
2022-11-30 21:30:01 +02:00

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