Files
truecharts/charts/stable/nextcloud/docs/validation.md
Stavros Kois 6c5aa110ce feat(nextcloud): set default phone region (#3578)
* feat(nextcloud): set default phone region

* empty line
2022-08-26 15:20:40 +02:00

294 B

Input Validation

Default Phone Region Accepted formats are:

  • 2x Capital Letters (eg. US)

Regex used to match this: ^[A-Z]{2}$ You can try live here


If you find a field that you think it needs validation, please open an issue on github