Files
truecharts/charts/stable/gitea/docs/validation.md
T
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

14 lines
295 B
Markdown

# Input Validation
**`username`**
Accepted formats are:
- Any character except the word `admin`
Regex used to match this: `^(?!^admin$).*$`
You can try live [here](https://regex101.com/r/n91qZM/1)
---
_If you find a field that you think it needs validation, please open an issue on github_