Docs: Disambiguate auto_assign_org_role configuration option descriptions (#61827)

This commit is contained in:
zsrv
2023-02-23 18:20:43 +00:00
committed by GitHub
parent 0481c12bd5
commit 5687d23b52
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -413,7 +413,7 @@
# 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 disabled 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
# Require email validation before sign up completes
@@ -753,7 +753,7 @@ that this organization already exists. Default is 1.
### auto_assign_org_role
The role new users will be assigned for the main organization (if the
above setting is set to true). Defaults to `Viewer`, other valid
`auto_assign_org` setting is set to true). Defaults to `Viewer`, other valid
options are `Admin` and `Editor`. e.g.:
`auto_assign_org_role = Viewer`