mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
docs: Add user guide for *Make a user an administrator* feature.
This commit is contained in:
parent
654d9590ef
commit
acb02cbdd3
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
BIN
static/images/help/admin-panel-generic.png
Normal file
BIN
static/images/help/admin-panel-generic.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
static/images/help/make-admin.png
Normal file
BIN
static/images/help/make-admin.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
BIN
static/images/help/remove-admin.png
Normal file
BIN
static/images/help/remove-admin.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
@ -34,7 +34,7 @@ Zulip realm administrators can choose to reactivate a user's deactivated account
|
||||
|
||||
3. Upon clicking **Administration**, your view will be replaced with the **Administration** page. Click the **Deactivated Users** tab at the top of the panel; it turns gray upon hover.
|
||||
|
||||

|
||||

|
||||
|
||||
4. In the **Deactivated users** section, click the orange **Reactivate** button to the right of the user account that you want to reactivate.
|
||||
|
||||
|
||||
@ -142,7 +142,7 @@ as a “**realm**”.
|
||||
## Users & Bots
|
||||
* Deactivate or reactivate a user
|
||||
* Deactivate or reactivate a bot
|
||||
* Make a user an administrator
|
||||
* [Make a user an administrator](/help/make-a-user-an-administrator)
|
||||
* Change a user's name
|
||||
* View the list of installed bots
|
||||
|
||||
|
||||
44
templates/zerver/help/make-a-user-an-administrator.md
Normal file
44
templates/zerver/help/make-a-user-an-administrator.md
Normal file
@ -0,0 +1,44 @@
|
||||
# Make a user an administrator
|
||||
|
||||
> With great power comes great responsibility.
|
||||
|
||||
By default, everyone in a realm is a user; this limits them from modifying
|
||||
realm-wide settings, such as changing the organization name, activating or
|
||||
deactivating users, deleting streams, etc. Zulip realm administrators can
|
||||
give a user administrative rights. To do so, follow the steps below:
|
||||
|
||||
1. Click the () in the upper right corner
|
||||
of the right sidebar.
|
||||
|
||||
2. Select **Administration** from the dropdown menu.
|
||||
|
||||

|
||||
|
||||
3. Upon clicking **Administration**, your view will be replaced with the
|
||||
**Administration** page. Click on **Users** in the tabs list.
|
||||
|
||||

|
||||
|
||||
4. In the **Users** section, you will be presented with various settings
|
||||
for your users. Click on **Make admin** for the user(s) that you wish to
|
||||
make an administrator.
|
||||
|
||||

|
||||
|
||||
After clicking the **Make admin** button, the selected user's browser will
|
||||
reload and the user will gain administrative privileges immediately.
|
||||
|
||||
## Revoke administrative rights from a user
|
||||
|
||||
Administrators can also revoke the administrative rights given to a user.
|
||||
In the **Users** tab of the **Administration** page, click on the **Remove
|
||||
admin** button.
|
||||
|
||||

|
||||
|
||||
The selected user's browser will reload automatically, and the user will no
|
||||
longer have access to the administration page.
|
||||
|
||||
#### Note:
|
||||
* A user given administrative privileges can revoke it him/herself.
|
||||
* There must be at least one administrator in a realm.
|
||||
Loading…
Reference in New Issue
Block a user