diff options
author | Fabio Papa <fabtheman@gmail.com> | 2019-07-19 18:22:09 +0000 |
---|---|---|
committer | Fabio Papa <fabtheman@gmail.com> | 2019-07-19 14:29:11 -0700 |
commit | 8264f4699ba8fbefae1011fd23adc65621735dc8 (patch) | |
tree | 5bc9759ce422a8fa57233d14a6d72911b2d3f74f | |
parent | dcb5bd2eb1e8b4da22063c5f131e986b5c7ab3f5 (diff) | |
download | gitlab-ce-8264f4699ba8fbefae1011fd23adc65621735dc8.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 |