Browse Source

Docs: add a section about read-only team members

pull/419/head
Pēteris Caune 4 years ago
parent
commit
a2c123c74b
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
3 changed files with 28 additions and 0 deletions
  1. BIN
      static/img/docs/invite_member.png
  2. +12
    -0
      templates/docs/projects_teams.html
  3. +16
    -0
      templates/docs/projects_teams.md

BIN
static/img/docs/invite_member.png View File

Before After
Width: 598  |  Height: 416  |  Size: 12 KiB

+ 12
- 0
templates/docs/projects_teams.html View File

@ -29,6 +29,18 @@ are listed as <strong>members</strong>. The members can:</p>
<li>manage project's billing</li>
<li>remove the project</li>
</ul>
<h2>Read-only Access</h2>
<p>When inviting a team member, their membership can be marked as read-only:</p>
<p><img alt="The Access Level parameter in the Invite form" src="IMG_URL/invite_member.png" /></p>
<p>Read-only members can:</p>
<ul>
<li>view checks, including check details and ping logs</li>
<li>view integrations</li>
<li>give up their membership</li>
</ul>
<p>Read-only members can not modify checks, integrations or project settings.
They also cannot access project's API keys as that would effectively give them
read-write access through API.</p>
<h2>Projects and Check Limits</h2>
<p><strong>Check limit</strong> is the total number of checks your account can have. The specific
limit depends on the account's billing plan.</p>


+ 16
- 0
templates/docs/projects_teams.md View File

@ -37,6 +37,22 @@ The members **can not**:
* manage project's billing
* remove the project
## Read-only Access
When inviting a team member, their membership can be marked as read-only:
![The Access Level parameter in the Invite form](IMG_URL/invite_member.png)
Read-only members can:
* view checks, including check details and ping logs
* view integrations
* give up their membership
Read-only members can not modify checks, integrations or project settings.
They also cannot access project's API keys as that would effectively give them
read-write access through API.
## Projects and Check Limits
**Check limit** is the total number of checks your account can have. The specific


Loading…
Cancel
Save