mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
* 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.
32 lines
1.1 KiB
Markdown
32 lines
1.1 KiB
Markdown
+++
|
|
title = "Change your password"
|
|
description = "How to change your Grafana password"
|
|
keywords = ["grafana", "password", "change", "preferences"]
|
|
type = "docs"
|
|
[menu.docs]
|
|
identifier = "change-your-password"
|
|
parent = "administration"
|
|
weight = 100
|
|
+++
|
|
|
|
# Change your Grafana password
|
|
|
|
You can change your password in the Change Password tab.
|
|
|
|
> **Note:** If your Grafana instance uses an external authentication provider, then you might not be able to change your password. Contact your Grafana administrator for more information.
|
|
|
|
## Change your password
|
|
|
|
1. Hover your mouse over your user icon in the lower left corner of the screen.
|
|
1. Click **Change Password**. Grafana opens the Change Password tab.
|
|
1. Enter your **Old password** to authorize the change.
|
|
1. Enter your **New password** and then **Confirm password**.
|
|
1. Click **Change Password**.
|
|
|
|
## Admin user management resources
|
|
|
|
Grafana admins can use the following tools:
|
|
|
|
- Use the [User API]({{< relref "../http_api/user.md" >}}) to change your password programmatically or to manage users.
|
|
- The [Manage users]({{< relref "../manage-users/_index.md" >}}) section explains how to manage users and teams.
|