mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
* initial * cleanup * remove bad aliases * cleanup, fix links * add docs-file-based-command * update docs * update readme * fix broken links * fix spelling Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2.7 KiB
2.7 KiB
+++ title = "Change your password" description = "How to change your Grafana password" keywords = ["grafana", "password", "change", "preferences"] 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
- Hover your mouse over your user icon in the lower left corner of the screen.
- Click Change Password. Grafana opens the Change Password tab.
- Enter your Old password to authorize the change.
- Enter your New password and then Confirm password.
- 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.