From 8a9017798a67d8ac0ff2214c09291b9490b82316 Mon Sep 17 00:00:00 2001 From: anthony-dgx Date: Sat, 8 Mar 2025 11:13:30 +0100 Subject: [PATCH 1/3] Initial commit for "Revoke all active sessions" feature We just released a new feature that allows user to revoke all their active web sessions. --- content/en/account_management/_index.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/content/en/account_management/_index.md b/content/en/account_management/_index.md index 322a9452a97dc..57ee1ecc8e9db 100644 --- a/content/en/account_management/_index.md +++ b/content/en/account_management/_index.md @@ -81,6 +81,21 @@ The [Apps tab][14] in **Personal Settings** allows you to manage apps that have When you hover over an app, the option to enable or disable it appears on the right of the app listing. +#### Revoke All Active Sessions +You can revoke all active web sessions across devices from your Profile Settings. This logs you out of all current sessions, including the one you're using. + +##### Who can use this feature? +This feature is only available if you've verified your email. To verify your email, follow the steps in How to Verify Your Email. + +#### How to revoke all active sessions: +- Go to Personnal Settings. +- Click Log Out of All Web Sessions. +- Confirm the action. + +After confirming, you are logged out from all devices and need to log back in. + +Use this feature to secure your account and immediately end all active sessions if you suspect unauthorized access. + ## Appearance View Datadog in dark mode by hovering over your avatar in the sidebar, or by pressing `Ctrl+Opt+D` / `Ctrl+Alt+D`. @@ -108,4 +123,4 @@ To disable your Datadog organization account, contact [Datadog support][10]. [11]: https://app.datadoghq.com/personal-settings/profile [12]: https://app.datadoghq.com/personal-settings/organizations [13]: https://app.datadoghq.com/personal-settings/application-keys -[14]: https://app.datadoghq.com/personal-settings/apps \ No newline at end of file +[14]: https://app.datadoghq.com/personal-settings/apps From 32cdbd6a1aa8e248aa4a318f61d61eb9f46fca0b Mon Sep 17 00:00:00 2001 From: anthony-dgx Date: Sat, 8 Mar 2025 11:18:49 +0100 Subject: [PATCH 2/3] Fixing capitalization --- content/en/account_management/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/account_management/_index.md b/content/en/account_management/_index.md index 57ee1ecc8e9db..2fcf86ed99610 100644 --- a/content/en/account_management/_index.md +++ b/content/en/account_management/_index.md @@ -81,13 +81,13 @@ The [Apps tab][14] in **Personal Settings** allows you to manage apps that have When you hover over an app, the option to enable or disable it appears on the right of the app listing. -#### Revoke All Active Sessions +#### Log out all active web sessions You can revoke all active web sessions across devices from your Profile Settings. This logs you out of all current sessions, including the one you're using. ##### Who can use this feature? This feature is only available if you've verified your email. To verify your email, follow the steps in How to Verify Your Email. -#### How to revoke all active sessions: +#### How to log out all active sessions: - Go to Personnal Settings. - Click Log Out of All Web Sessions. - Confirm the action. From 2c6f4cd279aa728216b48568b917c2640e757879 Mon Sep 17 00:00:00 2001 From: anthony-dgx Date: Mon, 10 Mar 2025 10:11:26 +0100 Subject: [PATCH 3/3] Fix typo --- content/en/account_management/_index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/en/account_management/_index.md b/content/en/account_management/_index.md index 2fcf86ed99610..4b029ae6d6bdd 100644 --- a/content/en/account_management/_index.md +++ b/content/en/account_management/_index.md @@ -94,8 +94,6 @@ This feature is only available if you've verified your email. To verify your ema After confirming, you are logged out from all devices and need to log back in. -Use this feature to secure your account and immediately end all active sessions if you suspect unauthorized access. - ## Appearance View Datadog in dark mode by hovering over your avatar in the sidebar, or by pressing `Ctrl+Opt+D` / `Ctrl+Alt+D`.