diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-04-30 00:09:38 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-04-30 00:09:38 +0000 |
commit | 1f520d0c7af6a429e7bfb046a8c3ccc6920ef730 (patch) | |
tree | 3403e3689905fab48a13c321fedf7a0be3c2903f /doc/user/group/index.md | |
parent | cb37aee9894007e60893693d5d48199ea0f0958f (diff) | |
download | gitlab-ce-1f520d0c7af6a429e7bfb046a8c3ccc6920ef730.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/group/index.md')
-rw-r--r-- | doc/user/group/index.md | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/user/group/index.md b/doc/user/group/index.md index a6419805c04..960a9309966 100644 --- a/doc/user/group/index.md +++ b/doc/user/group/index.md @@ -456,20 +456,23 @@ To restore a group that is marked for deletion: ## Prevent group sharing outside the group hierarchy -This setting is only available on top-level groups. It affects all subgroups. +This setting is only available on top-level groups. It affects all subgroups and projects. -When checked, any group in the top-level group hierarchy can be shared only with other groups in the hierarchy. +When checked, any group in the top-level group hierarchy can only invite other groups from within the top-level +group's hierarchy. -For example, with these groups: +For example, with this setup: -- **Animals > Dogs** +- **Animals > Dogs > Dog Project** - **Animals > Cats** - **Plants > Trees** If you select this setting in the **Animals** group: -- **Dogs** can be shared with **Cats**. -- **Dogs** cannot be shared with **Trees**. +- **Dogs** can invite the group **Cats**. +- **Dogs** cannot invite the group **Trees**. +- **Dog Project** can invite the group **Cats**. +- **Dog Project** cannot invite the group **Trees**. To prevent sharing outside of the group's hierarchy: |