help: Update Accounts basics section to conform to new tabbed style.

This commit is contained in:
Rishi Gupta 2019-02-08 18:10:58 -08:00 committed by Tim Abbott
parent d3125f59e1
commit 0119b383a6
12 changed files with 68 additions and 10 deletions

View File

@ -3,6 +3,12 @@
By default, messages in Zulip are displayed with a 12-hour time format
(e.g. 3:00 PM, not 15:00).
### Change the time format
{start_tabs}
{settings_tab|display-settings}
1. Under **Time settings**, click on **24-hour time**.
{end_tabs}

View File

@ -1,4 +1,4 @@
# Change your avatar
# Set your avatar
By default, Zulip uses avatars from [Gravatar](https://en.gravatar.com/).
If your email address already has a gravatar associated with it, Zulip will
@ -6,6 +6,12 @@ use your existing gravatar.
You can also upload a custom avatar to Zulip.
### Set your avatar
{start_tabs}
{settings_tab|your-account}
2. Under **User Avatar**, click **Upload new avatar** and choose an image to upload.
{end_tabs}

View File

@ -6,6 +6,10 @@ Organization adminstrators can
[restrict users to certain email domains](/help/change-a-users-name), or
[prevent users from changing their email](/help/restrict-name-and-email-changes).
### Change your email address
{start_tabs}
{settings_tab|your-account}
2. Under **User settings**, click on the button with your email address.
@ -14,6 +18,8 @@ Organization adminstrators can
4. You will receive a confirmation email within a few minutes. Open it and click **Confirm email change**.
{end_tabs}
!!! warn ""
**Note:** If you are unable to click on the button with your email address, check
that your organization allows email changes. Follow the steps at

View File

@ -1,4 +1,4 @@
# Change your language
# Change your default language
Zulip has been translated or partially translated into a number of different
languages. You can see which languages Zulip supports, and help add support
@ -9,6 +9,10 @@ If your entire organization speaks a language other than English, an administrat
[change-org-lang]: change-the-default-language-for-your-organization
### Change your default language
{start_tabs}
{settings_tab|display-settings}
2. Under **Language Settings**, click the button next to **Default language**.
@ -17,5 +21,7 @@ If your entire organization speaks a language other than English, an administrat
4. Click **Reload**.
{end_tabs}
!!! tip ""
You can always send and read messages in any language.

View File

@ -7,6 +7,8 @@ Organization administrators can [change anyone's name](/help/change-a-users-name
[prevent users from changing their names](/help/restrict-name-and-email-changes). This
is useful when users' names are managed via LDAP or another data source.
### Change your name
{start_tabs}
{settings_tab|your-account}

View File

@ -6,6 +6,8 @@ account.
### If you've forgotten or never had a password
{start_tabs}
1. Log out.
1. Go to your organization's login page.
@ -16,10 +18,16 @@ account.
4. You will receive a confirmation email within a few minutes. Open it and click **Reset password**.
{end_tabs}
### If you know your current password
{start_tabs}
{settings_tab|your-account}
2. Under **User settings**, click on the password field (it should look like `********`).
3. Enter your old password and your new password, and click **Change**.
{end_tabs}

View File

@ -1,11 +1,15 @@
# Deactivate your account
{start_tabs}
{settings_tab|your-account}
1. Under **Deactivate account**, click **Deactivate account**.
1. Confirm by clicking **Deactivate now**.
{end_tabs}
## What happens when you deactivate an account
* Any bots that you maintain will be disabled.

View File

@ -8,14 +8,19 @@ Organization administrators can also
fields are always optional, and will not appear in your profile unless you
fill them out.
## Edit your profile
### Edit your profile
{start_tabs}
{settings_tab|your-account}
1. Edit the fields under **Profile**.
Note: The **Profile** section will only appear if an organization
administrator has added custom profile fields.
{end_tabs}
!!! warn ""
Note: The **Profile** section will only appear if an organization
administrator has added custom profile fields.
## Related articles

View File

@ -10,7 +10,7 @@
* [Change your name](/help/change-your-name)
* [Change your email address](/help/change-your-email-address)
* [Edit your profile](/help/edit-your-profile)
* [Manage your password](/help/change-your-password)
* [Change your password](/help/change-your-password)
* [Review your settings](/help/review-your-settings)
* [Set your avatar](/help/change-your-avatar)
* [Change your default language](/help/change-your-language)

View File

@ -1,4 +1,4 @@
# Join a Zulip organization
# Joining a Zulip organization
By default, Zulip organizations require an invitation to join.
@ -6,7 +6,9 @@ Organization administrators can also allow anyone to join without an
invitation, and/or restrict user email addresses to a company domain. See
[manage who can join and invite](/help/manage-who-can-join-and-invite).
## See if you need an invitation to join
## Check if you need an invitation to join
{start_tabs}
1. Go to the Zulip URL of the organization.
@ -15,7 +17,11 @@ invitation, and/or restrict user email addresses to a company domain. See
1. If you see a sign up form, invitations are not required! Otherwise, the
page will say that you need an invitation to join.
## See if you need an email from a specific domain
{end_tabs}
## Check if you need an email from a specific domain
{start_tabs}
1. Go to the Zulip URL of the organization.
@ -26,6 +32,8 @@ invitation, and/or restrict user email addresses to a company domain. See
1. If your email address is not from an allowed domain, you will get an
error message to that effect.
{end_tabs}
## Accept an invitation
Invitations to Zulip organizations come by email. Look for an email from

View File

@ -4,6 +4,12 @@ We recommend reviewing all of your settings when you start using Zulip, and
then once again a few weeks later once you've gotten a better feel for how
you use Zulip.
### Review your settings
{start_tabs}
{relative|gear|settings}
1. Click on each tab on the left.
{end_tabs}

View File

@ -95,7 +95,8 @@ class OpenGraphTest(ZulipTestCase):
self.check_title_and_description(
'/help/deactivate-your-account',
"Deactivate your account (Zulip Help Center)",
["Go to Your account. Under Deactivate account, click"], [])
["Any bots that you maintain will be disabled. Deactivating "],
["Confirm by clicking"])
def test_tabs(self) -> None:
# logging-out starts with {start_tabs}