Skip to content

Commit dbb3845

Browse files
authored
Bug fix for Enterprise (#51038)
1 parent e8a5875 commit dbb3845

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ For more information, see "[AUTOTITLE](/authentication/securing-your-account-wit
2626

2727
Before you can require organization members and outside collaborators to use 2FA, you must [enable two-factor authentication](/authentication/securing-your-account-with-two-factor-authentication-2fa) for your own personal account.
2828

29+
Before you require use of two-factor authentication, we recommend notifying organization members and outside collaborators and asking them to set up 2FA for their accounts. You can [see if members and outside collaborators already use 2FA](/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled) on an organization's People tab.
30+
31+
{% data reusables.two_fa.ghes_ntp %}
32+
2933
{% warning %}
3034

3135
**Warnings:**
@@ -36,7 +40,7 @@ Before you can require organization members and outside collaborators to use 2FA
3640

3741
{% endwarning %}
3842

39-
Before you require use of two-factor authentication, we recommend notifying organization members and outside collaborators and asking them to set up 2FA for their accounts. You can [see if members and outside collaborators already use 2FA](/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled) on an organization's People tab.
43+
## Requiring two-factor authentication for an organization
4044

4145
{% data reusables.profile.access_org %}
4246
{% data reusables.profile.org_settings %}

content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ You can enforce policies to control the security settings for organizations owne
3737

3838
Before you can require 2FA for all organizations owned by your enterprise, you must enable two-factor authentication for your own account. For more information, see "[AUTOTITLE](/authentication/securing-your-account-with-two-factor-authentication-2fa)."
3939

40+
Before you require use of two-factor authentication, we recommend notifying organization members, outside collaborators, and billing managers and asking them to set up 2FA for their accounts. Organization owners can see if members and outside collaborators already use 2FA on each organization's People page. For more information, see "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled)."
41+
42+
{% data reusables.two_fa.ghes_ntp %}
43+
4044
{% warning %}
4145

4246
**Warnings:**
@@ -47,8 +51,6 @@ Before you can require 2FA for all organizations owned by your enterprise, you m
4751

4852
{% endwarning %}
4953

50-
Before you require use of two-factor authentication, we recommend notifying organization members, outside collaborators, and billing managers and asking them to set up 2FA for their accounts. Organization owners can see if members and outside collaborators already use 2FA on each organization's People page. For more information, see "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled)."
51-
5254
{% ifversion mandatory-2fa-dotcom-contributors %}
5355

5456
{% note %}

content/packages/working-with-a-github-packages-registry/working-with-the-docker-registry.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Docker images previously stored in the Docker registry are being automatically m
3434

3535
When installing or publishing a Docker image, the Docker registry does not currently support foreign layers, such as Windows images.
3636

37+
Docker Engine v25 is not compatible with the Docker Registry on {% data variables.product.prodname_ghe_server %}. We recommend using {% data variables.product.prodname_container_registry %} instead. For information on migrating, see "[AUTOTITLE](/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry)."
38+
3739
## Authenticating to {% data variables.product.prodname_registry %}
3840

3941
{% data reusables.package_registry.authenticate-packages %}

data/reusables/two_fa/ghes_ntp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% ifversion ghes %}The verification of two-factor authentication codes requires an accurate time on both the client's device and server. Site administrators should ensure time synchronization is configured and accurate. For more information, see "[AUTOTITLE](/admin/configuration/configuring-network-settings/configuring-time-synchronization)."{% endif %}

0 commit comments

Comments
 (0)