2018-09-14 20:10:23 +02:00
|
|
|
# Moderating open organizations
|
|
|
|
|
2019-02-11 05:13:20 +01:00
|
|
|
An **open organization** is one where
|
2022-03-25 21:58:53 +01:00
|
|
|
[anyone can join without an invitation](/help/restrict-account-creation#set-whether-invitations-are-required-to-join).
|
2019-02-11 05:13:20 +01:00
|
|
|
Moderation is a big part of making an open community work.
|
2018-09-14 20:10:23 +02:00
|
|
|
|
|
|
|
## Prevention
|
|
|
|
|
2021-05-08 15:51:20 +02:00
|
|
|
Zulip has many features designed to simplify moderation by preventing
|
2024-03-12 00:25:41 +01:00
|
|
|
problematic behavior.
|
|
|
|
|
|
|
|
### Manage new users
|
|
|
|
|
|
|
|
* Link to a code of conduct in your
|
|
|
|
[organization description](/help/create-your-organization-profile)
|
|
|
|
(displayed on the registration page).
|
|
|
|
* [Disallow disposable email
|
|
|
|
addresses](/help/restrict-account-creation#dont-allow-disposable-domains)
|
|
|
|
or [limit authentication
|
|
|
|
methods](/help/configure-authentication-methods) to increase the
|
|
|
|
effort for a bad actor to replace a banned account.
|
|
|
|
* Add a [waiting period](/help/restrict-permissions-of-new-members) before
|
|
|
|
new users can take disruptive actions.
|
|
|
|
* Monitor new users by enabling [new user
|
2024-03-20 11:07:35 +01:00
|
|
|
announcements](/help/configure-automated-notices#new-user-announcements).
|
2024-03-12 00:25:41 +01:00
|
|
|
|
|
|
|
### Restrict permissions for making changes
|
|
|
|
|
|
|
|
* Restrict who can [create streams](/help/configure-who-can-create-streams), or
|
|
|
|
monitor new streams by enabling [new stream
|
2024-03-20 11:07:35 +01:00
|
|
|
announcements](/help/configure-automated-notices#new-stream-announcements).
|
2024-03-12 00:25:41 +01:00
|
|
|
* Restrict who can [add custom emoji](/help/custom-emoji#change-who-can-add-custom-emoji).
|
2024-02-27 17:52:53 +01:00
|
|
|
* Restrict who can [move messages to another
|
|
|
|
stream](/help/restrict-moving-messages#configure-who-can-move-messages-to-another-stream),
|
|
|
|
and set a [time
|
|
|
|
limit](/help/restrict-moving-messages#set-a-time-limit-for-editing-topics) for
|
|
|
|
editing topics.
|
|
|
|
* Restrict who can
|
|
|
|
[edit](/help/restrict-message-editing-and-deletion#configure-message-editing-permissions)
|
|
|
|
and
|
|
|
|
[delete](/help/restrict-message-editing-and-deletion#configure-message-deletion-permissions)
|
|
|
|
their own messages, and set time limits on message editing and deletion.
|
2024-03-12 00:25:41 +01:00
|
|
|
* If you are concerned about impersonation, you can [prevent users from
|
|
|
|
changing their name](/help/restrict-name-and-email-changes).
|
|
|
|
|
|
|
|
### Minimize spam
|
|
|
|
|
2023-02-07 06:29:11 +01:00
|
|
|
* [Configure email visibility](/help/configure-email-visibility)
|
2021-05-08 15:51:20 +02:00
|
|
|
to prevent off-platform spam.
|
2020-10-26 20:08:00 +01:00
|
|
|
* [Restrict wildcard mentions](/help/restrict-wildcard-mentions)
|
2021-04-30 00:52:15 +02:00
|
|
|
so only [moderators](/help/roles-and-permissions) can mention everyone in your organization.
|
2024-03-12 00:25:41 +01:00
|
|
|
* Create a [default stream](/help/set-default-streams-for-new-users)
|
|
|
|
for announcements where [only admins can
|
|
|
|
post](/help/stream-sending-policy).
|
|
|
|
* Restrict who can [send direct messages](/help/restrict-direct-messages).
|
2018-09-14 20:10:23 +02:00
|
|
|
|
|
|
|
## Response
|
|
|
|
|
2021-05-08 15:51:20 +02:00
|
|
|
The following features are an important part of an organization's
|
|
|
|
playbook when responding to abuse or spam that is not prevented by the
|
|
|
|
organization's policy choices.
|
|
|
|
|
|
|
|
* Individual users can [mute abusive users](/help/mute-a-user) to stop
|
|
|
|
harassment that moderators have not yet addressed, or [collapse
|
|
|
|
individual messages](/help/collapse-a-message) that they don't want
|
|
|
|
to see.
|
2024-03-12 00:25:41 +01:00
|
|
|
* [Ban (deactivate) users](/help/deactivate-or-reactivate-a-user) acting in bad
|
|
|
|
faith. They will not be able to rejoin using the same email address, unless
|
|
|
|
their account is reactivated by an administrator.
|
|
|
|
* Investigate behavior by [viewing messages sent by a
|
|
|
|
user](/help/view-messages-sent-by-a-user).
|
2021-03-31 16:15:24 +02:00
|
|
|
* Delete messages, [archive streams](/help/archive-a-stream), and
|
2018-09-14 20:10:23 +02:00
|
|
|
[unsubscribe users from streams](/help/add-or-remove-users-from-a-stream).
|
2021-05-13 18:25:54 +02:00
|
|
|
* [Move topics](/help/rename-a-topic), including between streams, when
|
|
|
|
users start conversations in the wrong place.
|
2024-03-12 00:25:41 +01:00
|
|
|
* [Change users' names](/help/change-a-users-name) (e.g., to "Name (Spammer)")
|
2023-02-10 08:04:36 +01:00
|
|
|
for users who sent spam direct messages to many community members.
|
2018-09-14 20:10:23 +02:00
|
|
|
* [Deactivate bots](/help/deactivate-or-reactivate-a-bot) or
|
2022-09-14 19:29:29 +02:00
|
|
|
[deactivate custom emoji](/help/custom-emoji#deactivate-custom-emoji).
|
2018-09-14 20:10:23 +02:00
|
|
|
|
2022-04-27 01:12:15 +02:00
|
|
|
## Public access option
|
2018-09-14 20:10:23 +02:00
|
|
|
|
2022-03-10 00:15:16 +01:00
|
|
|
{!web-public-streams-intro.md!}
|
|
|
|
|
2022-04-22 18:45:30 +02:00
|
|
|
## Zulip communities directory
|
|
|
|
|
|
|
|
{!communities-directory-intro.md!}
|
|
|
|
|
|
|
|
For details on how to get your community listed, see [Communities
|
|
|
|
directory](/help/communities-directory).
|
|
|
|
|
2022-03-10 00:15:16 +01:00
|
|
|
## Related articles
|
|
|
|
|
|
|
|
* [Setting up your organization](/help/getting-your-organization-started-with-zulip)
|
2022-04-28 12:49:40 +02:00
|
|
|
* [Public access option](/help/public-access-option)
|
2022-04-22 18:45:30 +02:00
|
|
|
* [Communities directory](/help/communities-directory)
|