From f5ed5c6529bc1195b7680ae5957201923382676c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 24 Jul 2017 12:36:42 +0200 Subject: [PATCH] settings(change): changed default value for allow sign up to false, closes #8743, and changed default option allow_org_create to false --- conf/defaults.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/defaults.ini b/conf/defaults.ini index 61c9f7fb5b3..47406027387 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -184,10 +184,10 @@ snapshot_TTL_days = 90 #################################### Users #################################### [users] # disable user signup / registration -allow_sign_up = true +allow_sign_up = false # Allow non admin users to create organizations -allow_org_create = true +allow_org_create = false # Set to true to automatically assign new users to the default organization (id 1) auto_assign_org = true