mirror of
https://github.com/grafana/grafana.git
synced 2025-09-22 02:03:33 +08:00

* initial refactor * initial draft for teams * restructed topics, added front matter * modified aliases * removes old files * removed files * initial refactor * initial draft for teams * restructed topics, added front matter * modified aliases * removes old files * removed files * final xrefs updates * xref adjustment * copy updates * copy and content updates to about, add to org, add user, admin * copy updates to remove user from org * update org vs server admin section names, cross-link * cross-link add and invite users to org * add remaining cross-links between org and server admin * add dashboard permissions table * add permissions information to teams * add copy invite instructions to invite management * tweaks and link updates * incorporated PM feedback * fixed xrefs * yarn prettier * fix codespell * combined teams and dashboard permissions content Co-authored-by: Mitchel Seaman <mitchel.seaman@gmail.com>
25 lines
982 B
Markdown
25 lines
982 B
Markdown
+++
|
|
title = "Force a user to logout from Grafana"
|
|
aliases = ["docs/sources/administration/manage-users-and-permissions/manage-server-users/force-user-logout.md"]
|
|
weight = 90
|
|
+++
|
|
|
|
# Force a user to log out of Grafana
|
|
|
|
If you suspect a user account is compromised or is no longer authorized to access the Grafana server, then you can force the user to log out of Grafana.
|
|
|
|
The force logout action can apply to one device that is logged in to Grafana, or all devices logged in to Grafana.
|
|
|
|
## Before you begin
|
|
|
|
- Ensure you have Grafana server administrator privileges
|
|
|
|
1. Sign in to Grafana as a server administrator.
|
|
1. Hover your cursor over the **Server Admin** (shield) icon until a menu appears, and click **Users**.
|
|
1. Click a user.
|
|
1. Scroll down to the **Sessions** section.
|
|
1. Perform one of the following actions:
|
|
- Click **Force logout** next to the session entry that you want logged out of Grafana.
|
|
- Click **Force logout from all devices**.
|
|
1. Confirm the logout.
|