grafana/docs/sources/manage-users/add-or-remove-user.md
achatterjee-grafana add777ad40
Change metadata of doc topics (#27943)
* Changes. to metadata in Manage users

* changes to install section

* Added titile

* More changes.

* Updated administration folder metadata, moved 2 files from installation folder.

* Added links to Administration landing page, other metadata changes worked out.

* Updated alerting section metadata.

* Updated metadata of Auth section. Broke index and created separate Grafana Authentication section.

* Added correct weight.

* Updated metadata for the Best practices section.

* Updated metadata in templates, broke Overview topic.

* Updated subment Variable types metadata

* Fixed yaml file and H1 description of Variables syntax topic.

* Couple more metadata changes.

* Added aliases files, as suggested by Diana.
2020-10-01 17:37:26 -04:00

33 lines
1.1 KiB
Markdown

+++
title = "Add or remove a user"
keywords = ["grafana", "configuration", "documentation", "users"]
type = "docs"
[menu.docs]
identifier = "add-or-remove-user"
parent = "manage-users"
weight = 100
+++
# Add or remove a user
This page explains how to add or remove user accounts in Grafana.
For more information, refer to [Users]({{< relref "./_index.md#users" >}}).
## Add a user
1. In the sidebar, hover your mouse over the **Server Admin** (shield) icon and then click **Users**.
1. In the Users tab, click **New user**.
1. In **Name**, enter the name of the user.
1. In **E-mail**, enter the email of the user.
1. In **Username**, enter the username that the user will use to log in.
1. In **Password**, enter a password. The user can change their password once they log in.
1. Click **Create** to create the user account.
## Remove 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 remove.
1. Click **Delete User**.
1. Click **Delete user** in the dialog to confirm.