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
@@ -0,0 +1,26 @@
+++
title = "Enable or disable a user"
keywords = ["grafana", "configuration", "documentation", "users"]
type = "docs"
[menu.docs]
identifier = "enable-or-disable-user"
parent = "manage-users"
weight = 10
+++
# Enable or disable a user
This page explains how to enable or disable user accounts in Grafana.
## Enable a user
1. In the sidebar, hover your mouse over the **Server Admin** (shield) icon and then click **Users**.
1. Click to select the user you want to enable.
1. Click **Enable User**.
## Disable a user
1. In the sidebar, hover your mouse over the **Server Admin** (shield) icon and then click **Users**.
1. Click to select the user you want to disable.
1. Click **Disable User**.
1. Click **Disable user** in the dialog to confirm.