Files
zulip/starlight_help/src/content/docs/change-your-email-address.mdx
Shubham Padia 40f723c75a help-beta: Add MDX files to git.
We have not yet removed the help files. We can use this commit as a
conversion commit since a lot more help changes will be merged before
this PR gets merged. We will need to rebase on top of main, run
conversion step in this commit, push those changes and then merge the
PR.

NOTE: This commit temporarily breaks the astro build since we have
renamed the path in the MDX files from starlight_help/ to help/ early.
That should be fine since astro build will not break any tests right
now.
We should squash this commit with the next commit removing help center
files when merging into main and remove this NOTE.
2025-09-03 09:28:15 -07:00

29 lines
1.0 KiB
Plaintext

---
title: Change your email address
---
import NavigationSteps from "../../components/NavigationSteps.astro"
import EditIcon from "~icons/zulip-icon/edit"
import FlattenedSteps from '../../components/FlattenedSteps.astro';
By default, anyone can change their email address at any time.
Organization administrators can
[restrict users to certain email domains](/help/restrict-account-creation#configuring-email-domain-restrictions), or
[prevent users from changing their email](/help/restrict-name-and-email-changes).
## Change your email address
<FlattenedSteps>
<NavigationSteps target="settings/account-and-privacy" />
1. Under **Account**, click on the
**change your email** (<EditIcon />) icon
to the right of your current email. If you do not see the
**change your email** (<EditIcon />) icon,
you do not have permission to change your email address.
1. Enter your new email, and click **Change**.
1. You will receive a confirmation email within a few minutes. Open it,
and click **Confirm email change**.
</FlattenedSteps>