From 0ea9b8171747e1482c13f0fd50f43bc2d15934da Mon Sep 17 00:00:00 2001 From: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:09:27 -0500 Subject: [PATCH] Docs: Manual backport - Update grafana configuration documentation (#75717) (#75914) Docs: Update grafana configuration documentation (#75717) * docs: Update grafana configuration documentation * Update sentence * convert to multiline (cherry picked from commit 949164232e828894dddcdff0fd9d8ff7b021b05f) Co-authored-by: Priyanshu Raj <55045459+rpriyanshu9@users.noreply.github.com> --- docs/sources/setup-grafana/configure-grafana/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/setup-grafana/configure-grafana/_index.md b/docs/sources/setup-grafana/configure-grafana/_index.md index f43056e8a65..146ebc52bf2 100644 --- a/docs/sources/setup-grafana/configure-grafana/_index.md +++ b/docs/sources/setup-grafana/configure-grafana/_index.md @@ -802,9 +802,9 @@ 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 -`auto_assign_org` setting is set to true). Defaults to `Viewer`, other valid -options are `Admin` and `Editor`. e.g.: +The `auto_assign_org_role` setting determines the default role assigned to new users +in the main organization (if `auto_assign_org` setting is set to true). +The available options are `Viewer` (default), `Admin`, `Editor`, and `None`. For example: `auto_assign_org_role = Viewer`