From 1c135f99ef975e3a42655e1234b8c4b80b4fc713 Mon Sep 17 00:00:00 2001 From: Michael Sloan Date: Fri, 13 Jun 2025 11:51:26 -0600 Subject: [PATCH] Update documentation about account email addresses (#32703) Release Notes: - N/A --- docs/src/accounts.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/accounts.md b/docs/src/accounts.md index 5254b955a4..cb3b90dfe0 100644 --- a/docs/src/accounts.md +++ b/docs/src/accounts.md @@ -25,8 +25,8 @@ To sign out of Zed, you can use either of these methods: - Click on the profile icon in the upper right corner and select `Sign Out` from the dropdown menu. - Open the command palette and run the `client: sign out` command. -## Email +## Email Addresses {#email} -Note that Zed associates your GitHub _profile email_ with your Zed account, not your _primary email_. We're unable to change the email associated with your Zed account without you changing your profile email. +Your Zed account's email address is the address provided by GitHub OAuth. If you have a public email address then it will be used, otherwise your primary GitHub email address will be used. Changes to your email address on GitHub can be synced to your Zed account by [signing in to zed.dev](https://zed.dev/sign_in). -We _are_ able to update the billing email on your account, if you're a Zed Pro user. See [Updating Billing Information](./ai/billing.md#updating-billing-info) for more +Stripe is used for billing, and will use your Zed account's email address at the time of first use of Zed AI. Changes to your Zed account email address do not currently update the email address used in Stripe. See [Updating Billing Information](./ai/billing.md#updating-billing-info) for how to change this email address.