mirror of https://github.com/zulip/zulip.git
help: Document "Manage a user".
Adds a dedicated page to document getting to the user management UI from the user's profile and from Settings / Users. Fixes #27748.
This commit is contained in:
parent
bf2d216100
commit
08d0516b4b
|
@ -39,3 +39,4 @@ Organization administrators can always change any user's name.
|
|||
|
||||
* [Change a user's role](/help/change-a-users-role)
|
||||
* [Deactivate or reactivate a user](/help/deactivate-or-reactivate-a-user)
|
||||
* [Manage a user](/help/manage-a-user)
|
||||
|
|
|
@ -46,3 +46,4 @@ organization](/help/deactivate-your-organization) instead).
|
|||
|
||||
* [Change a user's name](/help/change-a-users-name)
|
||||
* [Deactivate or reactivate a user](/help/deactivate-or-reactivate-a-user)
|
||||
* [Manage a user](/help/manage-a-user)
|
||||
|
|
|
@ -113,3 +113,4 @@ bots will be deactivated until the user manually
|
|||
* [Change a user's role](/help/change-a-users-role)
|
||||
* [Change a user's name](/help/change-a-users-name)
|
||||
* [Deactivate your account](/help/deactivate-your-account)
|
||||
* [Manage a user](/help/manage-a-user)
|
||||
|
|
|
@ -182,6 +182,7 @@
|
|||
* [Roles and permissions](/help/roles-and-permissions)
|
||||
* [Invite new users](/help/invite-new-users)
|
||||
* [Restrict account creation](/help/restrict-account-creation)
|
||||
* [Manage a user](/help/manage-a-user)
|
||||
* [Deactivate or reactivate a user](/help/deactivate-or-reactivate-a-user)
|
||||
* [Custom profile fields](/help/custom-profile-fields)
|
||||
* [Configure default new user settings](/help/configure-default-new-user-settings)
|
||||
|
|
|
@ -0,0 +1,26 @@
|
|||
# Manage a user
|
||||
|
||||
{!admin-only.md!}
|
||||
|
||||
{start_tabs}
|
||||
|
||||
{tab|via-user-profile}
|
||||
|
||||
{!manage-this-user.md!}
|
||||
|
||||
{!manage-user-tab-tip.md!}
|
||||
|
||||
{tab|via-organization-settings}
|
||||
|
||||
{settings_tab|user-list-admin}
|
||||
|
||||
1. Find the user you would like to manage. Click the **pencil**
|
||||
(<i class="fa fa-pencil"></i>) to the right of their name.
|
||||
|
||||
{end_tabs}
|
||||
|
||||
## Related articles
|
||||
|
||||
* [Deactivate or reactivate a user](/help/deactivate-or-reactivate-a-user)
|
||||
* [Change a user's role](/help/change-a-users-role)
|
||||
* [Change a user's name](/help/change-a-users-name)
|
Loading…
Reference in New Issue