浏览代码

Add auto_assign_org_id to defaults.ini

For #12801
gzzo 7 年之前
父节点
当前提交
cb76fc7f2d
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      conf/defaults.ini

+ 3 - 0
conf/defaults.ini

@@ -213,6 +213,9 @@ allow_org_create = false
 # Set to true to automatically assign new users to the default organization (id 1)
 auto_assign_org = true
 
+# Set this value to automatically add new users to the provided organization (if auto_assign_org above is set to true)
+auto_assign_org_id = 1
+
 # Default role new users will be automatically assigned (if auto_assign_org above is set to true)
 auto_assign_org_role = Viewer