From 5687d23b52b8bd40dc5c076513cf0bdad8628c9b Mon Sep 17 00:00:00 2001 From: zsrv <95176387+zsrv@users.noreply.github.com> Date: Thu, 23 Feb 2023 18:20:43 +0000 Subject: [PATCH] Docs: Disambiguate auto_assign_org_role configuration option descriptions (#61827) --- conf/sample.ini | 2 +- docs/sources/setup-grafana/configure-grafana/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/sample.ini b/conf/sample.ini index 3a04c80bc5c..e98251387cc 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -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 diff --git a/docs/sources/setup-grafana/configure-grafana/_index.md b/docs/sources/setup-grafana/configure-grafana/_index.md index c71a17cb5b4..341ed1ddab7 100644 --- a/docs/sources/setup-grafana/configure-grafana/_index.md +++ b/docs/sources/setup-grafana/configure-grafana/_index.md @@ -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`