mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Update grafana configuration documentation (#75717)
* docs: Update grafana configuration documentation * Update sentence * convert to multiline
This commit is contained in:
@@ -812,9 +812,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`, `Editor` and `None`. 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`
|
||||
|
||||
|
Reference in New Issue
Block a user