diff options
author | Fabio Papa <fabtheman@gmail.com> | 2019-07-19 18:22:09 +0000 |
---|---|---|
committer | Fabio Papa <fabtheman@gmail.com> | 2019-07-19 18:22:09 +0000 |
commit | e8ace3fab1839578aa7bf8278dd701a17452f986 (patch) | |
tree | 91097042ad4b93ec8eec52117b5229538641cec6 | |
parent | 2116224b10749684dc1a0a4eb66ce89173d601cc (diff) | |
download | gitlab-ce-e8ace3fab1839578aa7bf8278dd701a17452f986.tar.gz |
Apply suggestion to doc/user/group/subgroups/index.md
-rw-r--r-- | doc/user/group/subgroups/index.md | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/user/group/subgroups/index.md b/doc/user/group/subgroups/index.md index b9313ccdb1e..b31851aa151 100644 --- a/doc/user/group/subgroups/index.md +++ b/doc/user/group/subgroups/index.md @@ -74,10 +74,15 @@ structure. ## Creating a subgroup -To create a subgroup you must either be an Owner or a Maintainer of the group, -depending on the group's setting. By default groups allow both Owners and -Maintainers to create subgroups, but this can be changed by an Owner or -Administrator to only allow Owners to create subgroups. +To create a subgroup you must either be an Owner or a Maintainer of the +group, depending on the group's setting. + +By default, groups created in: + +- GitLab 12.2 or later allow both Owners and Maintainers to create subgroups. +- GitLab 12.1 or earlier only allow Owners to create subgroups. + +This setting can be for any group by an Owner or Administrator. For more information check the [permissions table](../../permissions.md#group-members-permissions). For a list |