Files
truecharts/docs/apps/stable/fireflyiii/validation.md
Stavros Kois 6eaca24761 (fix) Fix collabora regex and secContext, move validation docs to per app (#1078)
* Better regex on collabora

* bump collabora

* Move per-app validation to per-app docs

* Update valid_chars and allowPrivEsc on collabora

* revert bump
2021-10-02 11:30:07 +02:00

14 lines
404 B
Markdown

# Input Validation
__`APP_KEY`__
Accepted formats are:
- Letters, Numbers, Symbols, Exactly 32 characters (eg. `!oqVA9o2@br#$6vAyk8LLrDm54X5EtjD`) - It accepts `a-z`, `A-Z`, `0-9` and `!@#$%^&*?`
You can try live [here](https://regex101.com/r/OR879w/1)
Regex used to match this: `[a-zA-Z0-9!@#$%^&*?]{32}`
---
_If you find a field that you think it needs validation, please open an issue on github_