[v9.3.x] Docs: Disambiguate auto_assign_org_role configuration option descriptions (#63680)

Docs: Disambiguate auto_assign_org_role configuration option descriptions (#61827)

(cherry picked from commit 5687d23b52)

Co-authored-by: zsrv <95176387+zsrv@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2023-02-23 13:35:38 -05:00
committed by GitHub
co-authored by zsrv
parent 36fa2841d6
commit bbcc5bdd93
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -388,7 +388,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
@@ -725,7 +725,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`