Fixed user interface issues and added newAccountsRights in domain config.

This commit is contained in:
Ylian Saint-Hilaire
2019-05-12 19:14:24 -07:00
parent 252c5e51b8
commit f4867f2349
11 changed files with 46 additions and 10 deletions

View File

@@ -47,6 +47,7 @@
"_MeshQuota": 248576,
"_NewAccounts": true,
"_NewAccountEmailDomains": [ "sample.com" ],
"_NewAccountsRights": [ "nonewgroups", "notools" ],
"Footer": "<a href='https://twitter.com/mytwitter'>Twitter</a>",
"_CertUrl": "https://192.168.2.106:443/",
"_PasswordRequirements": { "min": 8, "max": 128, "upper": 1, "lower": 1, "numeric": 1, "nonalpha": 1, "reset": 90, "force2factor": true },