diff --git a/static/images/help/stream-settings-unsubscribe.png b/static/images/help/stream-settings-unsubscribe.png new file mode 100644 index 0000000000..824ea67cc4 Binary files /dev/null and b/static/images/help/stream-settings-unsubscribe.png differ diff --git a/templates/zerver/help/index.md b/templates/zerver/help/index.md index 3c807c8b92..837432701b 100644 --- a/templates/zerver/help/index.md +++ b/templates/zerver/help/index.md @@ -98,7 +98,7 @@ as a “**realm**”. * [Change the color of a stream](/help/change-stream-color) * Message a stream by email * Convert a group PM to a private stream (not implemented) -* Remove someone from a stream +* [Remove someone from a stream (admin only)](/help/remove-from-stream) * [Delete a stream (admin only)](/help/delete-a-stream) ## Notifications diff --git a/templates/zerver/help/remove-from-stream.md b/templates/zerver/help/remove-from-stream.md new file mode 100644 index 0000000000..8cd8bdc567 --- /dev/null +++ b/templates/zerver/help/remove-from-stream.md @@ -0,0 +1,37 @@ +# Remove user from stream + +As an administrator, Zulip allows you to remove users from streams to +help manage your Zulip team. You can do this by accessing the +**subscriptions page**. + +### Finding the subscriptions page + +There are multiple ways to navigate to the subscriptions page. You can +either: + +1. Click the **cog** (![cog](/static/images/help/cog.png)) icon in the top right corner. +2. Select the **Manage Streams** option from the dropdown menu. + +![settings](/static/images/help/settings-dropdown-streams.png) + +or + +1. Click the **cog** (![cog](/static/images/help/cog.png)) icon + located in the **left sidebar** next to **Streams** + +![Streams Cog](/static/images/help/streams-1.png) + +### Remove user +Once on the **subscriptions page**: + +1. Select the stream you wish to remove the user from by either + searching for its name or finding it in the streams list. +2. Under **Stream Settings**, scroll down to the **Stream Membership** + section. +3. Finally, find the user you wish to remove in the subscribers list + and click **unsubscribe**. + +Stream Unsubscribe + +Congratulations, you're finished! You can now exit the **subscriptions +page** by clicking the "**X**" in the top right corner of the modal.