1
0
mirror of synced 2025-12-19 18:10:59 -05:00

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:
Sophie
2023-07-31 23:33:20 +02:00
committed by GitHub
parent 5b6aec56ff
commit 5ad6bbf357
7 changed files with 33 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

View File

@@ -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

View File

@@ -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**.
![Screenshot of the list of organization members. A dropdown menu, labeled "2FA", is expanded and outlined in orange.](/assets/images/help/2fa/filter-org-members-by-2fa-required.png){% endif %}
## Further reading
- "[AUTOTITLE](/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise)"

View File

@@ -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: '*'

View File

@@ -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 %}
![Screenshot of the list of organization members. A dropdown menu, labeled "2FA", is expanded and outlined in orange.](/assets/images/help/2fa/filter-org-members-by-2fa-required.png){% else %}
![Screenshot of the list of organization members. A dropdown menu, labeled "2FA", is expanded and outlined in orange.](/assets/images/help/2fa/filter-org-members-by-2fa.png){% endif %}
![Screenshot of the list of organization members. A dropdown menu, labeled "2FA", is expanded and outlined in orange.](/assets/images/help/2fa/filter-org-members-by-2fa.png)
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 %}
![Screenshot of the list of outside collaborators. A dropdown menu, labeled "2FA", is expanded and outlined in orange.](/assets/images/help/2fa/filter-outside-collaborators-by-2fa.png)
![Screenshot of the list of outside collaborators. A dropdown menu, labeled "2FA", is expanded and outlined in orange.](/assets/images/help/2fa/filter-org-collaborator-by-2fa-required.png){% else %}
![Screenshot of the list of outside collaborators. A dropdown menu, labeled "2FA", is expanded and outlined in orange.](/assets/images/help/2fa/filter-outside-collaborators-by-2fa.png){% endif %}
## Further reading

View File

@@ -0,0 +1,5 @@
# Reference: #11304
versions:
fpt: '*'
ghec: '*'