Add auto_assign_org_id to defaults.ini

For #12801
This commit is contained in:
gzzo 2018-08-02 12:29:47 -04:00 committed by GitHub
parent 7f85dd055e
commit cb76fc7f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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