Skip to content

Commit c4b2a2a

Browse files
Merge branch 'main' into patch-1
2 parents 28e180b + db50b93 commit c4b2a2a

File tree

71 files changed

+737
-563
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+737
-563
lines changed

content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ If you select the "Busy" option, when people @mention your username, assign you
149149

150150
![Screenshot of a draft comment. "@octocat" is written in the text field, and "The Octocat (busy)" is suggested.](/assets/images/help/profile/username-with-limited-availability-text.png)
151151

152-
1. In the top right corner of {% data variables.product.prodname_dotcom %}, select your profile photo, then click **{% octicon "smiley" aria-hidden="true" aria-label="smiley" %} Set status** or, if you already have a status set, click your current status.
152+
1. In the top right corner of {% data variables.product.prodname_dotcom %}, click your profile picture, then click **{% octicon "smiley" aria-hidden="true" aria-label="smiley" %} Set status** or, if you already have a status set, click your current status.
153153

154154
![Screenshot of the dropdown menu under @octocat's profile picture. A smiley icon and "Set status" are outlined in dark orange.](/assets/images/help/profile/set-status-on-profile-global-nav-update.png)
155155

content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ When your profile is private, the following content is hidden from your profile
2929
* Your pronouns
3030

3131
> [!NOTE]
32-
> When your profile is private, some optional fields are still publicly visible, such as the README, biography, and profile photo.
32+
> When your profile is private, some optional fields are still publicly visible, such as the README, biography, and profile picture.
3333
3434
## Changes to reporting on your activities
3535

content/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/sharing-contributions-from-github-enterprise-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To share contributions from {% data variables.product.prodname_ghe_server %}, vi
4040
{% elsif ghes %}
4141

4242
1. Sign in to both your user account on {% data variables.product.prodname_ghe_cloud %} **and** your user account on {% data variables.product.prodname_ghe_cloud %} ({% data variables.product.prodname_dotcom_the_website %}{% ifversion ghecom-github-connect %} or {% data variables.enterprise.data_residency_site %}{% endif %}).
43-
1. On {% data variables.product.prodname_ghe_server %}, in the upper-right corner of any page, click your profile photo, then click **Settings**.
43+
1. On {% data variables.product.prodname_ghe_server %}, in the upper-right corner of any page, click your profile picture, then click **Settings**.
4444

4545
![Screenshot of a user's account menu on {% data variables.product.prodname_dotcom %}. The menu item "Settings" is outlined in dark orange.](/assets/images/help/settings/userbar-account-settings-global-nav-update.png)
4646

content/admin/backing-up-and-restoring-your-instance/backup-service-for-github-enterprise-server/configuring-the-backup-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Before configuring the backup service, ensure you have:
2121

2222
To ensure reliable and performant backups, your storage must meet the following requirements:
2323

24-
* **Capacity:** Allocate at least five times the amount of storage used by your primary {% data variables.product.github %} appliance disk. This accounts for historical snapshots and future growth.
24+
* **Capacity:** Allocate at least five times the amount of storage used by your primary {% data variables.product.github %} appliance data disk. This accounts for historical snapshots and future growth.
2525
* **Filesystem support:** The backup service uses hard links for efficient storage, and your {% data variables.product.github %} instance uses symbolic links. The backup target must support both symbolic and hard links, and it must use a case-sensitive filesystem to prevent conflicts.
2626

2727
You can test whether your filesystem supports hardlinking symbolic links by running:

content/admin/configuring-settings/hardening-security-for-your-enterprise/restricting-network-traffic-to-your-enterprise-with-an-ip-allow-list.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ redirect_from:
2323

2424
By default, authorized users can access your enterprise's resources from any IP address. You can restrict access to your enterprise's private resources by configuring a list that allows or denies access from specific IP addresses. {% data reusables.identity-and-permissions.ip-allow-lists-example-and-restrictions %}
2525

26+
> [!NOTE]
27+
> If your enterprise uses {% data variables.product.prodname_emus %}, enabling the IP allow list does not restrict user provisioning actions performed through SAML/SCIM, OpenID Connect (OIDC) with Entra ID, or via REST API endpoints. For more information, see [AUTOTITLE](/admin/managing-iam/provisioning-user-accounts-with-scim).
28+
2629
If your enterprise uses {% data variables.product.prodname_emus %} with Microsoft Entra ID (previously known as Azure AD) and OIDC, you can choose whether to use {% data variables.product.company_short %}'s IP allow list feature or to use the allow list restrictions for your identity provider (IdP). If your enterprise does not use {% data variables.product.prodname_emus %} with Azure and OIDC, you can use {% data variables.product.company_short %}'s allow list feature.
2730

2831
{% data reusables.identity-and-permissions.ip-allow-lists-which-resources-are-protected %}
@@ -56,8 +59,8 @@ To ensure seamless use of the OIDC CAP while still applying the policy to OAuth
5659
{% data reusables.enterprise-accounts.access-enterprise %}
5760
{% data reusables.profile.org_settings %}
5861
{% data reusables.organizations.security %}
59-
1. If you're using {% data variables.product.prodname_emus %} with OIDC, under "IP allow list", select the **IP allow list configuration** dropdown menu and click **GitHub**.
60-
1. Under "IP allow list", select **Enable IP allow list**.
62+
1. If you're using {% data variables.product.prodname_emus %} with OIDC, under "IP allow list," select the **IP allow list configuration** dropdown menu and click **GitHub**.
63+
1. Under "IP allow list," select **Enable IP allow list**.
6164
1. Click **Save**.
6265

6366
### Adding an allowed IP address
@@ -119,7 +122,7 @@ To ensure seamless use of the OIDC CAP while still applying the policy to OAuth
119122
{% data reusables.enterprise-accounts.access-enterprise %}
120123
{% data reusables.profile.org_settings %}
121124
{% data reusables.organizations.security %}
122-
1. Under "IP allow list", select the **IP allow list configuration** dropdown menu and click **Identity Provider**.
125+
1. Under "IP allow list," select the **IP allow list configuration** dropdown menu and click **Identity Provider**.
123126
1. Optionally, to allow installed {% data variables.product.company_short %} and {% data variables.product.prodname_oauth_apps %} to access your enterprise from any IP address, select **Skip IdP check for applications**.
124127
1. Click **Save**.
125128

content/apps/using-github-apps/authorizing-github-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Once you authorize a {% data variables.product.prodname_github_app %}, the app c
4040

4141
The {% data variables.product.prodname_github_app %} can only do things that both you and the app have permission to do. For example, if you have write access to a repository but the {% data variables.product.prodname_github_app %} only has read access, then the app can only read the contents of the repository even when it is acting on your behalf. Similarly, if you have access to repositories `A` and `B`, and the {% data variables.product.prodname_github_app %} has access to repositories `B` and `C`, then the app can only access repository `B` when acting on your behalf. For more information about the permissions granted to a {% data variables.product.prodname_github_app %}, see [Difference between authorization and installation](#difference-between-authorization-and-installation).
4242

43-
When an app acts on your behalf, it will attribute the activity to you in conjunction with the app. For example, if the app posts a comment on your behalf, the {% data variables.product.company_short %} UI will show your avatar photo along with the app's identicon badge as the author of the issue.
43+
When an app acts on your behalf, it will attribute the activity to you in conjunction with the app. For example, if the app posts a comment on your behalf, the {% data variables.product.company_short %} UI will show your profile picture along with the app's identicon badge as the author of the issue.
4444

4545
![Screenshot of a comment that has a user avatar with an overlaid app identicon badge. The avatar is highlighted with an orange outline.](/assets/images/help/apps/github-app-acting-on-your-behalf.png)
4646

content/apps/using-github-apps/reviewing-and-modifying-installed-github-apps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ In addition to reviewing {% data variables.product.prodname_github_apps %} that
2121
## Navigating to the {% data variables.product.prodname_github_app %} you want to review or modify
2222

2323
{% ifversion enterprise-installed-apps %}* For a {% data variables.product.prodname_github_app %} installed on an enterprise:
24-
1. In the top right corner of {% data variables.product.prodname_dotcom %}, click your profile photo, then click **Your enterprises**.
24+
1. In the top right corner of {% data variables.product.prodname_dotcom %}, click your profile picture, then click **Your enterprises**.
2525
1. Next to your enterprise name, click **Settings**.
2626
1. In the top navigation bar, click **Settings**.
2727
1. In the side bar, click **GitHub Apps**. A list of the {% data variables.product.prodname_github_apps %} owned by your enterprise will be displayed.
2828
1. Switch to the **Installed Apps** tab to see a list of the apps installed on your enterprise.
2929
1. Next to the {% data variables.product.prodname_github_app %} you want to review or modify, click **Configure**.{% endif %}
3030

3131
* For a {% data variables.product.prodname_github_app %} installed on an organization:
32-
1. In the top right corner of {% data variables.product.prodname_dotcom %}, click your profile photo, then click **Your organizations**.
32+
1. In the top right corner of {% data variables.product.prodname_dotcom %}, click your profile picture, then click **Your organizations**.
3333
1. Next to your organization name, click **Settings**.
3434
1. In the side bar, under "Third-party Access," click **GitHub Apps**. A list of the {% data variables.product.prodname_github_apps %} installed on your organization will be displayed.
3535
1. Next to the {% data variables.product.prodname_github_app %} you want to review or modify, click **Configure**.
3636

3737
* For a {% data variables.product.prodname_github_app %} installed on your personal account:
38-
1. In the upper-right corner of any page, click your profile photo, then click **Settings**.
38+
1. In the upper-right corner of any page, click your profile picture, then click **Settings**.
3939
1. Under "Integrations," click **Applications**.
4040
1. Click **Installed GitHub Apps**. A list of the {% data variables.product.prodname_github_apps %} installed on your personal account will be displayed.
4141
1. Next to the {% data variables.product.prodname_github_app %} you want to review or modify, click **Configure**.

content/authentication/authenticating-with-single-sign-on/authenticating-with-a-managed-user-account.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: 'Authenticating with {% data variables.product.prodname_emus %}'
33
shortTitle: Authenticate as a managed user
44
intro: 'Learn how to authenticate to access an {% data variables.enterprise.prodname_emu_enterprise %} on {% data variables.product.prodname_dotcom %}.'
55
product: '{% data reusables.gated-features.emus %}'
6+
redirect_from:
7+
- /authentication/authenticating-with-saml-single-sign-on/authenticating-with-a-managed-user-account
68
versions:
79
ghec: '*'
810
topics:

content/authentication/keeping-your-account-and-data-secure/switching-between-accounts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Your SSO sessions will persist when you switch away from an account and return.
2222

2323
When you add a new account to the account switcher, both the account you are currently signed in to and the account you have added will become available in the account switcher. You will be signed in to the new account immediately.
2424

25-
1. In the upper-right corner of any page, click your profile photo to open the menu.
25+
1. In the upper-right corner of any page, click your profile picture to open the menu.
2626
1. If you have previously added an account to the account switcher, click **{% octicon "arrow-switch" aria-hidden="true" aria-label="arrow-switch" %} Switch account** to open the menu.
2727
1. In the menu, click **{% octicon "person-add" aria-hidden="true" aria-label="person-add" %} Add account**.
2828
1. Sign in to the account you want to add to the account switcher.
@@ -34,7 +34,7 @@ When you have added accounts to the account switcher, you can quickly change bet
3434
> [!NOTE]
3535
> The "{% octicon "arrow-switch" aria-hidden="true" aria-label="arrow-switch" %} Switch account" option will not be available if all sessions have expired. You can instead click on **{% octicon "arrow-switch" aria-hidden="true" aria-label="arrow-switch" %} See all accounts** in the menu to reauthenticate.
3636
37-
1. In the upper-right corner of any page, click your profile photo to open the menu.
37+
1. In the upper-right corner of any page, click your profile picture to open the menu.
3838
1. In the menu, click **{% octicon "arrow-switch" aria-hidden="true" aria-label="arrow-switch" %} Switch account**.
3939
1. In the submenu, click on the account that you want to switch to.
4040

@@ -44,7 +44,7 @@ When you have added accounts to the account switcher, you can quickly change bet
4444

4545
You can either remove individual accounts or all accounts from the account switcher.
4646

47-
1. In the upper-right corner of any page, click your profile photo to open the menu.
47+
1. In the upper-right corner of any page, click your profile picture to open the menu.
4848
1. In the menu, click **Sign out**.
4949
1. Choose which accounts to sign out of and remove from the account switcher.
5050
* To remove the account you are currently signed in to from the account switcher and sign out, click **Sign out** next to your username.

content/billing/managing-your-billing/about-the-new-billing-platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ With the new billing platform, you can:
8080

8181
{% ifversion fpt %}
8282

83-
1. In the upper-right corner of any page on {% data variables.product.prodname_dotcom %}, select your profile photo.
83+
1. In the upper-right corner of any page on {% data variables.product.prodname_dotcom %}, click your profile picture.
8484

8585
* For **personal accounts**, click **Settings**.
8686
* For **organizations**, click **Your organizations**, then next to the organization, click **Settings**.

0 commit comments

Comments
 (0)