Administrators can see Bulwark 2FA requirements in the People pages - [GA] (#39433)
Co-authored-by: Hirsch Singhal <1666363+hpsin@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Steve Guntrip <stevecat@github.com> Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com>
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
BIN
assets/images/help/2fa/filter-org-members-by-2fa-required.png
Normal file
BIN
assets/images/help/2fa/filter-org-members-by-2fa-required.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 79 KiB |
@@ -18,7 +18,7 @@ You can export aggregated information about your enterprise's members as a membe
|
||||
The membership information report includes the following information.
|
||||
|
||||
- Username and display name details
|
||||
- Whether the user has two-factor authentication enabled
|
||||
- Whether the user has two-factor authentication enabled {% ifversion mandatory-2fa-required-overview %}or is required to enable it{% endif %}
|
||||
- Whether the user is an organization owner or member
|
||||
- Datetime of the user's last activity (for a full list of relevant activity, see "[AUTOTITLE](/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users)")
|
||||
- Organizations with pending invitations
|
||||
|
||||
@@ -180,6 +180,20 @@ You can view a list of members in your enterprise who don't have an email addres
|
||||
1. Under "Notification preferences", click the {% octicon "eye" aria-hidden="true" %} **View enterprise members without an approved or verified domain email** link.
|
||||
{% endif %}
|
||||
|
||||
## Viewing whether members in your enterprise have 2FA enabled
|
||||
|
||||
You can see which people in your enterprise have enabled two-factor authentication{% ifversion mandatory-2fa-required-overview %} or are required to do so{% endif %}.
|
||||
|
||||
{% ifversion mandatory-2fa-required-overview %}
|
||||
{% data reusables.two_fa.mandatory-2fa-contributors-2023 %}
|
||||
{% endif %}
|
||||
|
||||
{% data reusables.enterprise-accounts.access-enterprise %}
|
||||
{% data reusables.enterprise-accounts.people-tab %}
|
||||
1. To view enterprise members who have enabled or disabled two-factor authentication, on the right, select **2FA**, then click **Enabled** or **Disabled**. {% ifversion mandatory-2fa-required-overview %}Additionally, you can view which members are required to enable two-factor authentication by clicking **Required**.
|
||||
|
||||
{% endif %}
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise)"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Managing two-factor authentication for your organization
|
||||
shortTitle: Manage 2FA
|
||||
intro: You can view whether users with access to your organization have two-factor authentication (2FA) enabled and require 2FA.
|
||||
intro: You can view whether users with access to your organization have two-factor authentication (2FA) enabled{% ifversion mandatory-2fa-required-overview %} or are required to enable 2FA, but haven't yet done so{% endif %}. Additionally, you can require 2FA in your organization.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Viewing whether users in your organization have 2FA enabled
|
||||
intro: 'You can see which organization owners, members, and outside collaborators have enabled two-factor authentication.'
|
||||
intro: 'You can see which organization owners, members, and outside collaborators have enabled two-factor authentication{% ifversion mandatory-2fa-required-overview %} or are required to do so{% endif %}.'
|
||||
redirect_from:
|
||||
- /articles/viewing-whether-users-in-your-organization-have-2fa-enabled
|
||||
- /github/setting-up-and-managing-organizations-and-teams/viewing-whether-users-in-your-organization-have-2fa-enabled
|
||||
@@ -24,13 +24,20 @@ shortTitle: View 2FA usage
|
||||
{% data reusables.profile.access_org %}
|
||||
{% data reusables.user-settings.access_org %}
|
||||
{% data reusables.organizations.people %}
|
||||
1. To view organization members, including organization owners, who have enabled or disabled two-factor authentication, on the right, select **2FA**, then click **Enabled** or **Disabled**.
|
||||
1. To view organization members, including organization owners, who have enabled or disabled two-factor authentication, on the right, select **2FA**, then click **Enabled** or **Disabled**. {% ifversion mandatory-2fa-required-overview %}Additionally, you can view which members are required to enable two-factor authentication by clicking **Required**.<br><br>
|
||||
|
||||
{% indented_data_reference reusables.two_fa.mandatory-2fa-contributors-2023 spaces=3 %}{% endif %}{% ifversion mandatory-2fa-required-overview %}
|
||||
|
||||
{% else %}
|
||||
|
||||
{% endif %}
|
||||
|
||||

|
||||
1. To view outside collaborators in your organization, in the "Organization permissions" sidebar, click **Outside collaborators**.
|
||||
1. To view which outside collaborators have enabled or disabled two-factor authentication, above the list of outside collaborators, select the **2FA** dropdown menu, then click **Enabled** or **Disabled**.
|
||||
1. To view which outside collaborators have enabled or disabled two-factor authentication, above the list of outside collaborators, select the **2FA** dropdown menu, then click **Enabled** or **Disabled**. {% ifversion mandatory-2fa-required-overview %}Additionally, you can view which members are required to enable two-factor authentication by clicking **Required**.{% endif %}{% ifversion mandatory-2fa-required-overview %}
|
||||
|
||||

|
||||
{% else %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
## Further reading
|
||||
|
||||
|
||||
5
data/features/mandatory-2fa-required-overview.yml
Normal file
5
data/features/mandatory-2fa-required-overview.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
# Reference: #11304
|
||||
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
Reference in New Issue
Block a user