Skip to content
Snippets Groups Projects

inherit require 2fa for all subgroups and projects

All threads resolved!
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -641,7 +641,7 @@ def setup_group_members(group)
end
end
context 'sub groups and projects' do
context 'sub groups and projects', :nested_groups do
before do
group.update!(require_two_factor_authentication: true)
end
Loading