mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
In our current implementation, loose lists and tight lists look the same visually. Loose lists are lists with blank lines between list items, and the contents of a list item should be enclosed in a paragraph tag in that case. For unordered lists, paragraph tags have a bottom margin in starlight and thus looses lists look much more spaced out than tight lists. That is not the behaviour we had in mind while writing the documentation, the reason we had all these loose lists is to make the documentation easy to write and read. So we attempt to remove all the blank lines and fix the problem at source. Since paragraph tags are used for other purposes in a list in starlight, it won't be a wise decision to let the source be as is and just change things in css, other expected behaviours might break in that case. See this topic for more details: https://chat.zulip.org/#narrow/channel/19-documentation/topic/new.20help.20center.3A.20regressions/near/2226084 All the changes were made by a one-off script which has not been commited to the repo. The script wasn't perfect and could not decide between blank lines that make a list loose vs blank lines necessary for a sub-list or a code block inside a list item. A manual review of all the changes was done before making this commit to ensure that no unintended changes were made to the help center files.
57 lines
1.9 KiB
Markdown
57 lines
1.9 KiB
Markdown
# Deactivate your account
|
|
|
|
In Zulip, you have a dedicated account for each organization you belong to.
|
|
Deactivating your Zulip account in one organization will have no effect on any
|
|
other Zulip accounts you may have.
|
|
|
|
Once you deactivate your account, you cannot register in the same organization
|
|
with the email address you used before. If you are re-joining an organization,
|
|
ask an organization administrator to
|
|
[reactivate](/help/deactivate-or-reactivate-a-user#reactivate-a-user) your
|
|
account.
|
|
|
|
!!! tip ""
|
|
|
|
You can find all the Zulip Cloud accounts associated with your email address
|
|
with the [**Find your accounts**](https://zulip.com/accounts/find/) tool.
|
|
If you have forgotten your account password, you can
|
|
[reset it](/help/change-your-password).
|
|
|
|
|
|
## Deactivate your account
|
|
|
|
!!! warn ""
|
|
|
|
If you are the only owner in the organization, you cannot
|
|
deactivate your account. You will need to
|
|
[add another owner](/help/user-roles#change-a-users-role) first.
|
|
|
|
{start_tabs}
|
|
|
|
{settings_tab|account-and-privacy}
|
|
|
|
1. Under **Account**, click **Deactivate account**.
|
|
|
|
1. Approve by clicking **Confirm**.
|
|
|
|
{end_tabs}
|
|
|
|
## What happens when you deactivate an account
|
|
|
|
* Your [user card](/help/user-cards) will have a notice indicating that your
|
|
account has been deactivated.
|
|
* Deactivating your account won't delete messages you've sent or files
|
|
you've shared. If permitted in your organization, delete content you'd
|
|
like to remove before deactivating your account.
|
|
* Any bots that you maintain will be disabled.
|
|
|
|
|
|
## Related articles
|
|
|
|
* [Logging in](/help/logging-in)
|
|
* [Logging out](/help/logging-out)
|
|
* [Change your password](/help/change-your-password)
|
|
* [Switching between organizations](/help/switching-between-organizations)
|
|
* [Deactivate or reactivate a user](/help/deactivate-or-reactivate-a-user)
|
|
* [Deactivate your organization](/help/deactivate-your-organization)
|