Commit 60a7d0a6 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'bbodenmiller-master-patch-21061' into 'master'

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

See merge request gitlab-org/gitlab!59057
parents 823f4e83 a0d2b3c2
...@@ -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