Updated new account captcha in config.json schema.

Ylian Saint-Hilaire committed Jul 11, 2022 at 15:31 UTC e1a6091f9446cbdda078875130297a4b01d96052
1 file changed +1
meshcentral-config-schema.json
+1
@@ -344,6 +344,7 @@
344 "minify": { "type": "boolean", "default": false, "description": "When enabled, the server will send reduced sided web pages." },
345 "newAccounts": { "type": "boolean", "default": false, "description": "When set to true, allow new user accounts to be created from the login page." },
346 "newAccountsPass": { "type": "string", "default": null, "description": "When set this password will be required in order to create a new account from the login screen." },
347 + "newAccountsCaptcha": { "type": "boolean", "default": false, "description": "When set to true, users will get a CAPTCHA when creating a new account from the login screen." },
348 "newAccountsUserGroups": { "type": "array", "uniqueItems": true, "items": { "type": "string" } },
349 "userNameIsEmail": { "type": "boolean", "default": false, "description": "When enabled, the username of each account is also the email address of the account." },
350 "newAccountEmailDomains": { "type": "array", "uniqueItems": true, "items": { "type": "string" } },