Commit a0d2b3c2 authored by Ben Bodenmiller's avatar Ben Bodenmiller Committed by Achilleas Pipinellis

Fix Enforcing 2FA for all users in a group version history

parent fb307397
...@@ -37,6 +37,8 @@ change the grace period to `0`. ...@@ -37,6 +37,8 @@ change the grace period to `0`.
## Enforcing 2FA for all users in a group ## Enforcing 2FA for all users in a group
> [Introduced in](https://gitlab.com/gitlab-org/gitlab-foss/-/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: If you want to enforce 2FA only for certain groups, you can:
1. Enable it in the group's **Settings > General** page. Navigate to 1. Enable it in the group's **Settings > General** page. Navigate to
...@@ -47,8 +49,6 @@ If you want to enforce 2FA only for certain groups, you can: ...@@ -47,8 +49,6 @@ If you want to enforce 2FA only for certain groups, you can:
To change this setting, you need to be administrator or owner of the group. To change this setting, you need to be administrator or owner of the group.
> [From](https://gitlab.com/gitlab-org/gitlab-foss/-/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 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 group settings and specify a grace period as above. To change this setting you
need to be administrator or owner of the group. need to be administrator or owner of the group.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment