From 9b1c7f761a093a76a3c0a6f96420ad6903817db0 Mon Sep 17 00:00:00 2001 From: Alya Abbott Date: Wed, 17 Sep 2025 08:13:25 -0700 Subject: [PATCH] help: Document logging out by resetting API key and password. --- starlight_help/src/content/docs/logging-out.mdx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/starlight_help/src/content/docs/logging-out.mdx b/starlight_help/src/content/docs/logging-out.mdx index d6702695b0..7d9023ab9c 100644 --- a/starlight_help/src/content/docs/logging-out.mdx +++ b/starlight_help/src/content/docs/logging-out.mdx @@ -5,13 +5,17 @@ title: Logging out import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; import MobileSwitchAccount from "./include/_MobileSwitchAccount.mdx"; +import ChangePasswordAndAPIKey from "./include/_ChangePasswordAndAPIKey.mdx"; import GearIcon from "~icons/zulip-icon/gear"; import MoreVerticalIcon from "~icons/zulip-icon/more-vertical"; +## Log out of a Zulip account on one device + @@ -39,8 +43,20 @@ import MoreVerticalIcon from "~icons/zulip-icon/more-vertical"; for each one. +## Log out of a Zulip account on all devices + +Resetting the [API key](/api/api-keys) for a Zulip account will immediately log +you out of that account on all mobile devices. Resetting your password will log +you out of all browsers and desktop apps. + +### Change your password and API key + + + ## Related articles * [Logging in](/help/logging-in) * [Switching between organizations](/help/switching-between-organizations) +* [Change your password](/help/change-your-password) +* [Protect your account](/help/protect-your-account) * [Deactivate your account](/help/deactivate-your-account)