Add docs for user management (#24277)

* Add docs for user management

* WIP
This commit is contained in:
Marcus Olsson
2020-05-08 17:33:59 +02:00
committed by GitHub
parent 7e6ac12b9a
commit a9f39a4149
11 changed files with 197 additions and 6 deletions
+1 -3
View File
@@ -20,9 +20,7 @@ Grafana users have permissions that are determined by their:
- Via permissions assigned directly to user (on folders, dashboards, data sources)
- The Grafana Admin (i.e. Super Admin) user flag.
## User
A *user* is a named account in Grafana. A user can belong to one or more organizations and can be assigned different levels of privileges through roles.
## Users
Grafana supports a wide variety of internal and external ways for users to authenticate themselves. These include from its own integrated database, from an external SQL server, or from an external LDAP server.