help: Add basic documentation for organization moderators.

We'll extend this in the future with details on what is configurable,
but this at least ensures we don't have a state where they don't
appear in our documentation at all.
This commit is contained in:
Tim Abbott 2021-04-29 15:49:02 -07:00
parent 06547d5c9b
commit a95cb97ceb
2 changed files with 39 additions and 35 deletions

View File

@ -9,6 +9,10 @@ There are several possible roles in a Zulip organization.
and organization settings. Cannot create or demote organization and organization settings. Cannot create or demote organization
owners. owners.
* **Moderator**: Has similar access to a **Full Member**;
additionally, many "Organization permissions" settings allow
moderators to be given additional privileges.
* **Member**: Has access to all public streams. Member is the default * **Member**: Has access to all public streams. Member is the default
role for most users. [Some organization role for most users. [Some organization
settings](/help/restrict-permissions-of-new-members) allow an settings](/help/restrict-permissions-of-new-members) allow an

View File

@ -25,11 +25,11 @@ At a high level:
stream messages, like adding new subscribers or changing the stream stream messages, like adding new subscribers or changing the stream
privacy settings. privacy settings.
* [Organization members](/help/roles-and-permissions) cannot easily * [Organization members and moderators](/help/roles-and-permissions)
see which private streams exist, or interact with them in any way cannot easily see which private streams exist, or interact with them
until they are added. Given a stream name, they can figure out in any way until they are added. Given a stream name, they can
whether a stream with that name exists, but cannot see any other figure out whether a stream with that name exists, but cannot see
details about the stream. any other details about the stream.
* From the perspective of a guest, all streams are private streams, * From the perspective of a guest, all streams are private streams,
and they additionally can't add other members to the streams they and they additionally can't add other members to the streams they
@ -50,21 +50,21 @@ administrator can access private stream messages:
### Public streams ### Public streams
| | Owners and admins | Members | Guests | | Owners and admins | Moderators | Members | Guests
|--- |--- |--- |--- |--- |--- | |--- |---
| View stream name | ✔ | ✔ | ◾ | View stream name | ✔ | ✔ | ✔ | ◾
| Join | ✔ | ✔ | | Join | ✔ | ✔ | ✔ |
| Unsubscribe | ◾ | ◾ | ◾ | Unsubscribe | ◾ | ◾ | ◾ | ◾
| Add others | ✔ | ✔ | | Add others | ✔ | ✔ | ✔ |
| See subscriber list | ✔ | ✔ | ◾ | See subscriber list | ✔ | ✔ | ✔ | ◾
| See full history | ✔ | ✔ | ◾ | See full history | ✔ | ✔ | ✔ | ◾
| See estimated traffic | ✔ | ✔ | ◾ | See estimated traffic | ✔ | ✔ | ✔ | ◾
| Post | ✔ | ✶ | ✶ | Post | ✔ | ✶ | ✶ | ✶
| Change the privacy | ✔ | | | Change the privacy | ✔ | | |
| Rename | ✔ | | | Rename | ✔ | | |
| Edit the description | ✔ | | | Edit the description | ✔ | | |
| Remove others | ✔ | | | Remove others | ✔ | | |
| Delete | ✔ | | | Delete | ✔ | | |
✔ Always ✔ Always
@ -78,21 +78,21 @@ subscribed.
### Private streams ### Private streams
| | Owners and admins | Members | Guests | | Owners and admins | Moderators | Members | Guests
|--- |--- |--- |--- |--- |--- | |--- |---
| View stream name | ✔ | ◾ | ◾ | View stream name | ✔ | ◾ | ◾ | ◾
| Join | | | | Join | | | |
| Unsubscribe | ◾ | ◾ | ◾ | Unsubscribe | ◾ | ◾ | ◾ | ◾
| Add others | ◾ | ◾ | | Add others | ◾ | ◾ | ◾ |
| See subscriber list | ✔ | ◾ | ◾ | See subscriber list | ✔ | ◾ | ◾ | ◾
| See full history | ✶ | ✶ | ✶ | See full history | ✶ | ✶ | ✶ | ✶
| See estimated traffic | ✔ | ◾ | ◾ | See estimated traffic | ✔ | ◾ | ◾ | ◾
| Post | ◾ | ✶ | ✶ | Post | ◾ | ✶ | ✶ | ✶
| Change the privacy | ◾ | | | Change the privacy | ◾ | | |
| Rename | ✔ | | | Rename | ✔ | | |
| Edit the description | ✔ | | | Edit the description | ✔ | | |
| Remove others | ✔ | | | Remove others | ✔ | | |
| Delete | ✔ | | | Delete | ✔ | | |
✔ Always ✔ Always