mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
This commit removes the "Remove" and "Unsubscribe" action buttons from various tables and replaces them with icon buttons using the "close" icon. Additionally, previously the rows with and without a remove button had different heights. This commit updates the fixed `px` values to `em` units to ensure equal height for all rows, regardless of whether a remove-subscription button is present. Fixes: #34874.
60 lines
1.3 KiB
Markdown
60 lines
1.3 KiB
Markdown
# Manage a user's group membership
|
|
|
|
## View a user's group membership
|
|
|
|
{start_tabs}
|
|
|
|
{!right-sidebar-view-profile.md!}
|
|
|
|
1. Select the **User groups** tab.
|
|
|
|
{end_tabs}
|
|
|
|
## Add a user to a group
|
|
|
|
{!depends-on-permissions.md!}
|
|
|
|
{!add-users-to-a-group.md!}
|
|
|
|
## Remove user or group from a group
|
|
|
|
{!depends-on-permissions.md!}
|
|
|
|
{start_tabs}
|
|
|
|
{tab|via-group-settings}
|
|
|
|
{relative|group|all}
|
|
|
|
1. Select a user group.
|
|
|
|
1. Select the **Members** tab on the right.
|
|
|
|
1. Under **Members**, find the user or group you would like to remove.
|
|
|
|
1. Click the **Remove** (<i class="zulip-icon zulip-icon-close"></i>) icon in that row. Zulip will notify everyone who is
|
|
removed from the group.
|
|
|
|
{tab|via-user-profile}
|
|
|
|
{!right-sidebar-view-profile.md!}
|
|
|
|
1. Select the **User groups** tab.
|
|
|
|
1. Find the group you would like to remove the user from.
|
|
|
|
1. Click the **Remove** (<i class="zulip-icon zulip-icon-close"></i>) icon in that row. Zulip will notify the user about the
|
|
groups they've been removed from.
|
|
|
|
{end_tabs}
|
|
|
|
## Related articles
|
|
|
|
* [User groups](/help/user-groups)
|
|
* [Manage user groups](/help/user-groups)
|
|
* [Mention a user or group](/help/mention-a-user-or-group)
|
|
* [Create user groups](/help/create-user-groups)
|
|
* [User roles](/help/user-roles)
|
|
|
|
[configure-invites]: /help/configure-who-can-invite-to-channels
|