mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
These files are not Jinja2 templates, so there's no reason that they needed to be inside `templates/zerver`. Moving them to the top level reflects their importance and also makes it feel nicer to work on editing the help center content, without it being unnecessary buried deep in the codebase.
30 lines
580 B
Markdown
30 lines
580 B
Markdown
# Set default streams for new users
|
|
|
|
{!admin-only.md!}
|
|
|
|
When new users join a Zulip organization, they are subscribed to a default
|
|
set of streams. Organization administrators can add or remove streams from
|
|
that default set.
|
|
|
|
## Add a new default stream
|
|
|
|
{start_tabs}
|
|
|
|
{settings_tab|default-streams-list}
|
|
|
|
2. Under **Add new default stream**, enter the name of a stream.
|
|
|
|
3. Click **Add stream**.
|
|
|
|
{end_tabs}
|
|
|
|
## Remove a default stream
|
|
|
|
{start_tabs}
|
|
|
|
{settings_tab|default-streams-list}
|
|
|
|
2. Find the stream you would like to remove, and click **Remove from default**.
|
|
|
|
{end_tabs}
|