mirror of https://github.com/zulip/zulip.git
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:
parent
06547d5c9b
commit
a95cb97ceb
|
@ -9,6 +9,10 @@ There are several possible roles in a Zulip organization.
|
|||
and organization settings. Cannot create or demote organization
|
||||
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
|
||||
role for most users. [Some organization
|
||||
settings](/help/restrict-permissions-of-new-members) allow an
|
||||
|
|
|
@ -25,11 +25,11 @@ At a high level:
|
|||
stream messages, like adding new subscribers or changing the stream
|
||||
privacy settings.
|
||||
|
||||
* [Organization members](/help/roles-and-permissions) cannot easily
|
||||
see which private streams exist, or interact with them in any way
|
||||
until they are added. Given a stream name, they can figure out
|
||||
whether a stream with that name exists, but cannot see any other
|
||||
details about the stream.
|
||||
* [Organization members and moderators](/help/roles-and-permissions)
|
||||
cannot easily see which private streams exist, or interact with them
|
||||
in any way until they are added. Given a stream name, they can
|
||||
figure out whether a stream with that name exists, but cannot see
|
||||
any other details about the stream.
|
||||
|
||||
* From the perspective of a guest, all streams are private streams,
|
||||
and they additionally can't add other members to the streams they
|
||||
|
@ -50,21 +50,21 @@ administrator can access private stream messages:
|
|||
|
||||
### Public streams
|
||||
|
||||
| | Owners and admins | Members | Guests
|
||||
|--- |--- |--- |---
|
||||
| View stream name | ✔ | ✔ | ◾
|
||||
| Join | ✔ | ✔ |
|
||||
| Unsubscribe | ◾ | ◾ | ◾
|
||||
| Add others | ✔ | ✔ |
|
||||
| See subscriber list | ✔ | ✔ | ◾
|
||||
| See full history | ✔ | ✔ | ◾
|
||||
| See estimated traffic | ✔ | ✔ | ◾
|
||||
| Post | ✔ | ✶ | ✶
|
||||
| Change the privacy | ✔ | |
|
||||
| Rename | ✔ | |
|
||||
| Edit the description | ✔ | |
|
||||
| Remove others | ✔ | |
|
||||
| Delete | ✔ | |
|
||||
| | Owners and admins | Moderators | Members | Guests
|
||||
|--- |--- | |--- |---
|
||||
| View stream name | ✔ | ✔ | ✔ | ◾
|
||||
| Join | ✔ | ✔ | ✔ |
|
||||
| Unsubscribe | ◾ | ◾ | ◾ | ◾
|
||||
| Add others | ✔ | ✔ | ✔ |
|
||||
| See subscriber list | ✔ | ✔ | ✔ | ◾
|
||||
| See full history | ✔ | ✔ | ✔ | ◾
|
||||
| See estimated traffic | ✔ | ✔ | ✔ | ◾
|
||||
| Post | ✔ | ✶ | ✶ | ✶
|
||||
| Change the privacy | ✔ | | |
|
||||
| Rename | ✔ | | |
|
||||
| Edit the description | ✔ | | |
|
||||
| Remove others | ✔ | | |
|
||||
| Delete | ✔ | | |
|
||||
|
||||
✔ Always
|
||||
|
||||
|
@ -78,21 +78,21 @@ subscribed.
|
|||
### Private streams
|
||||
|
||||
|
||||
| | Owners and admins | Members | Guests
|
||||
|--- |--- |--- |---
|
||||
| View stream name | ✔ | ◾ | ◾
|
||||
| Join | | |
|
||||
| Unsubscribe | ◾ | ◾ | ◾
|
||||
| Add others | ◾ | ◾ |
|
||||
| See subscriber list | ✔ | ◾ | ◾
|
||||
| See full history | ✶ | ✶ | ✶
|
||||
| See estimated traffic | ✔ | ◾ | ◾
|
||||
| Post | ◾ | ✶ | ✶
|
||||
| Change the privacy | ◾ | |
|
||||
| Rename | ✔ | |
|
||||
| Edit the description | ✔ | |
|
||||
| Remove others | ✔ | |
|
||||
| Delete | ✔ | |
|
||||
| | Owners and admins | Moderators | Members | Guests
|
||||
|--- |--- | |--- |---
|
||||
| View stream name | ✔ | ◾ | ◾ | ◾
|
||||
| Join | | | |
|
||||
| Unsubscribe | ◾ | ◾ | ◾ | ◾
|
||||
| Add others | ◾ | ◾ | ◾ |
|
||||
| See subscriber list | ✔ | ◾ | ◾ | ◾
|
||||
| See full history | ✶ | ✶ | ✶ | ✶
|
||||
| See estimated traffic | ✔ | ◾ | ◾ | ◾
|
||||
| Post | ◾ | ✶ | ✶ | ✶
|
||||
| Change the privacy | ◾ | | |
|
||||
| Rename | ✔ | | |
|
||||
| Edit the description | ✔ | | |
|
||||
| Remove others | ✔ | | |
|
||||
| Delete | ✔ | | |
|
||||
|
||||
✔ Always
|
||||
|
||||
|
|
Loading…
Reference in New Issue