mirror of https://github.com/zulip/zulip.git
user docs: Use the {settings_tab} macro for four organization settings.
This commit is contained in:
parent
b2be1a67f8
commit
dbc573584b
|
@ -6,8 +6,7 @@ Ordinary users can [change their own names](/help/change-your-name), but
|
|||
administrators can change users' names when users are
|
||||
unavailable. Follow the following steps to change the name of a user.
|
||||
|
||||
1. Go to the [Users](/#organization/user-list-admin)
|
||||
{!admin.md!}
|
||||
{settings_tab|user-list-admin}
|
||||
|
||||
2. Click on the pencil (<i class="icon-vector-pencil"></i>) icon next to
|
||||
the name of the user you want to change.
|
||||
|
|
|
@ -10,8 +10,7 @@ only), and/or various other SSO methods (also currently on premise only).
|
|||
If you are unsure about what these mean, don't worry! Zulip
|
||||
allows logging in via email and password by default.
|
||||
|
||||
1. Go to the [Authentication methods](/#organization/auth-methods)
|
||||
{!admin.md!}
|
||||
{settings_tab|auth-methods}
|
||||
|
||||
2. Toggle the checkboxes next to the following options to configure your organization's authentication methods:
|
||||
|
||||
|
|
|
@ -11,8 +11,7 @@ in your organization.
|
|||
|
||||
## Deactivate a bot
|
||||
|
||||
1. Go to the [Bots](/#organization/bot-list-admin)
|
||||
{!admin.md!}
|
||||
{settings_tab|bot-list-admin}
|
||||
|
||||
4. Click the **Deactivate** button to the right of the bot that you want to
|
||||
deactivate.
|
||||
|
@ -26,8 +25,7 @@ stricken through, confirming the success of the bot's deactivation.
|
|||
Zulip organization administrators can choose to reactivate a deactivated bot by
|
||||
following the following steps.
|
||||
|
||||
1. Go to the [Bots](/#organization/bot-list-admin)
|
||||
{!admin.md!}
|
||||
{settings_tab|bot-list-admin}
|
||||
|
||||
4. In the **Bots** section, click the **Reactivate** button to the right of the
|
||||
bot that you want to reactivate.
|
||||
|
|
|
@ -17,8 +17,7 @@ Instead, you should deactivate the user’s account using the Zulip
|
|||
**[organization administration interface](/help/change-your-organization-settings)**;
|
||||
this will also automatically deactivate any bots the user has created.
|
||||
|
||||
1. Go to the [Users](/#organization/user-list-admin)
|
||||
{!admin.md!}
|
||||
{settings_tab|user-list-admin}
|
||||
|
||||
4. Click the **Deactivate** button to the right of the user account that you
|
||||
want to deactivate.
|
||||
|
@ -42,8 +41,7 @@ disappear, confirming the success of the account's deactivation.
|
|||
Zulip organization administrators can choose to reactivate a user's deactivated account
|
||||
by following the following steps.
|
||||
|
||||
1. Go to the [Deactivated users](/#organization/deactivated-users-admin)
|
||||
{!admin.md!}
|
||||
{settings_tab|deactivated-users-admin}
|
||||
|
||||
4. Click the **Reactivate** button to the right of the user account that you
|
||||
want to reactivate.
|
||||
|
|
|
@ -7,8 +7,7 @@ modifying organization-wide settings, such as changing the organization name,
|
|||
activating or deactivating users, deleting streams, etc. Follow the following steps to
|
||||
give any user in your organization administrative rights.
|
||||
|
||||
1. Go to the [Users](/#organization/user-list-admin)
|
||||
{!admin.md!}
|
||||
{settings_tab|user-list-admin}
|
||||
|
||||
4. Click on the **Make admin** button for the user that you wish to make an
|
||||
administrator.
|
||||
|
@ -20,8 +19,7 @@ reload and the user will gain administrative privileges immediately.
|
|||
|
||||
Administrators can also revoke the administrative rights given to a user.
|
||||
|
||||
1. Go to the [Users](/#organization/user-list-admin)
|
||||
{!admin.md!}
|
||||
{settings_tab|user-list-admin}
|
||||
|
||||
2. Click on the **Remove admin** button.
|
||||
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
{!admin-only.md!}
|
||||
|
||||
You can view a list of all bots in your organization, active or deactivated
|
||||
alike, by visiting the [Bots](/#organization/bot-list-admin) {!admin.md!}
|
||||
alike.
|
||||
|
||||
{settings_tab|bot-list-admin}
|
||||
|
||||
You can [deactivate or reactivate](/help/deactivate-or-reactivate-a-bot) any
|
||||
bots in your organization from this panel.
|
||||
|
|
|
@ -27,6 +27,14 @@ link_mapping = {
|
|||
'/#organization/organization-permissions'],
|
||||
'emoji-settings': ['Manage organization', 'Custom emoji',
|
||||
'/#organization/emoji-settings'],
|
||||
'auth-methods': ['Manage organization', 'Authentication methods',
|
||||
'/#organization/auth-methods'],
|
||||
'user-groups-admin': ['Manage organization', 'User groups',
|
||||
'/#organization/user-groups-admin'],
|
||||
'user-list-admin': ['Manage organization', 'Users', '/#organization/user-list-admin'],
|
||||
'deactivated-users-admin': ['Manage organization', 'Deactivated users',
|
||||
'/#organization/deactivated-users-admin'],
|
||||
'bot-list-admin': ['Manage organization', 'Bots', '/#organization/bot-list-admin'],
|
||||
}
|
||||
|
||||
settings_markdown = """
|
||||
|
|
Loading…
Reference in New Issue