Skip to content
Snippets Groups Projects
Commit a1b9ace3 authored by Fabio Papa's avatar Fabio Papa
Browse files

Reset group policy to only allow >= owners to create subgroups

parent a3064967
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -109,7 +109,7 @@ class GroupPolicy < BasePolicy
enable :read_nested_project_resources
end
 
rule { maintainer & nested_groups_supported }.enable :create_subgroup
rule { owner & nested_groups_supported }.enable :create_subgroup
 
rule { public_group | logged_in_viewable }.enable :view_globally
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment