diff options
author | Jordan Cech <18233718+jayczech23@users.noreply.github.com> | 2022-06-21 18:53:53 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-21 20:53:53 -0400 |
commit | 031f5f7b7ceb57283171f7654798fad54873e03f (patch) | |
tree | 294a30a7154b89d08c2936469de211f2cfb70e7a /docs/content/doc/usage | |
parent | ae270502959d6268d39a2e1ab8478b1a01646a1f (diff) | |
download | gitea-031f5f7b7ceb57283171f7654798fad54873e03f.tar.gz gitea-031f5f7b7ceb57283171f7654798fad54873e03f.zip |
Update permissions.en-us.md (#20075)
* Update permissions.en-us.md
A few grammar tweaks to make docs a bit more clear.
* Apply suggestions from code review
Co-authored-by: delvh <dev.lh@web.de>
* Update docs/content/doc/usage/permissions.en-us.md
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: delvh <dev.lh@web.de>
Diffstat (limited to 'docs/content/doc/usage')
-rw-r--r-- | docs/content/doc/usage/permissions.en-us.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/content/doc/usage/permissions.en-us.md b/docs/content/doc/usage/permissions.en-us.md index 1eea78b557..0c3dc9e09e 100644 --- a/docs/content/doc/usage/permissions.en-us.md +++ b/docs/content/doc/usage/permissions.en-us.md @@ -67,7 +67,7 @@ Different from individual repositories, the owner of organization repositories a A team in an organization has unit permissions settings. It can have members and repositories scope. A team could access all the repositories in this organization or special repositories changed by the owner team. A team could also be allowed to create new repositories. -The owner team will be created when the organization created and the creator will become the first member of the owner team. -Notice Gitea will not allow a people is a member of organization but not in any team. The owner team could not be deleted and only -members of owner team could create a new team. Admin team could be created to manage some of repositories, members of admin team -could do anything with these repositories. Generate team could be created by the owner team to do the permissions allowed operations. +The owner team will be created when the organization is created, and the creator will become the first member of the owner team. +Every member of an organization must be in at least one team. The owner team cannot be deleted and only +members of the owner team can create a new team. An admin team can be created to manage some of the repositories, whose members can do anything with these repositories. +The Generate team can be created by the owner team to do the operations allowed by their permissions. |