Skip to content

Commit

Permalink
Follow up to #1306 (#1309)
Browse files Browse the repository at this point in the history
Some nits :)
  • Loading branch information
Pierrci authored Jun 18, 2024
1 parent bd7cc62 commit e8130ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/hub/organizations-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ The Resource Group feature is part of the <a href="https://huggingface.co/enterp

</Tip>

Members of organizations can have four different roles: `read`, `contributor`, `write` or `admin`:
Members of organizations can have four different roles: `read`, `contributor`, `write`, or `admin`:

- `read`: read-only access to the Organization's repos and metadata/settings (eg, the Organization's profile, members list, API token, etc).

- `contributor`: additional write rights to the subset of the Organization's repos that were created by the user. I.e., users can create repos and _then_ modify only those repos. This is similar to the `write` role, but scoped to repos _created_ by the user.

- `write`: write rights to all the Organization's repos. Users can create, delete or rename any repo in the Organization namespace. A user can also edit and delete files from the browser editor and push content with `git`.
- `write`: write rights to all the Organization's repos. Users can create, delete, or rename any repo in the Organization namespace. A user can also edit and delete files from the browser editor and push content with `git`.

- `admin`: in addition to write rights on repos, admin members can update the Organization's profile, refresh the Organization's API token, and manage Organization members.

Expand All @@ -38,10 +38,10 @@ As an organization `admin`, go to the **Members** section of the org settings to
This feature is part of the <a href="https://huggingface.co/enterprise" target="_blank">Enterprise Hub</a>.
</Tip>

You may be able to view the email addresses for members of your organization. The visibility of the email addresses depends on the organization's sso configuration, or verified organization status.
You may be able to view the email addresses of members of your organization. The visibility of the email addresses depends on the organization's SSO configuration, or verified organization status.

- If you verify a domain for your organization, you can view members' email addresses for the verified domain. [Organization domain name](./organizations-managing#organization-domain-name)
- If SSO is configured for your organization, you can view the email address for each of your organization members by setting `Matching email domains` in SSO configuration
- If you [verify a domain for your organization](./organizations-managing#organization-domain-name), you can view members' email addresses for the verified domain.
- If SSO is configured for your organization, you can view the email address for each of your organization members by setting `Matching email domains` in the SSO configuration


<div class="flex justify-center">
Expand Down

0 comments on commit e8130ce

Please sign in to comment.