Commit 116c4f2b by Marcus Efraimsson Committed by GitHub

Merge pull request #12802 from gzzo/patch-1

Add auto_assign_org_id to defaults.ini
parents 7f85dd05 cb76fc7f
...@@ -213,6 +213,9 @@ allow_org_create = false ...@@ -213,6 +213,9 @@ allow_org_create = false
# Set to true to automatically assign new users to the default organization (id 1) # Set to true to automatically assign new users to the default organization (id 1)
auto_assign_org = true 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) # Default role new users will be automatically assigned (if auto_assign_org above is set to true)
auto_assign_org_role = Viewer auto_assign_org_role = Viewer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment