Skip to content
Snippets Groups Projects

inherit require 2fa for all subgroups and projects

All threads resolved!
Compare and Show latest version
2 files
+ 57
55
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -30,20 +30,22 @@ period to `0`.
## Enforcing 2FA for all users in a group
> [From](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24965) GitLab 12.0, 2FA settings for a group are also applied to subgroups.
If you want to enforce 2FA only for certain groups, you can enable it in the
group settings and specify a grace period as above. To change this setting you
need to be administrator or owner of the group.
- Since GitLab 12.0 2FA is inherited for members of sub groups as well
The following are important notes about 2FA:
- If you share a 2FA enabled group with another group, the members of the other
group will **not** be forced to enable 2FA!
group are not required to use 2FA.
- Users that are member of a project that is shared with a 2FA enabled group are
not enforced to use 2FA.
not required to use 2FA.
- If you add additional members to a project within a group or subgroup, 2FA is
not enforced for those members
If there are multiple 2FA requirements (i.e. group + all users, or multiple
groups) the shortest grace period will be used.
not required for those members.
- If there are multiple 2FA requirements (for example, group + all users, or multiple
groups) the shortest grace period will be used.
---
Loading