Skip to content

Commit 479f444

Browse files
[Core / Unowned] Reduce usage of {% data variables.location.product_location %} (#52120)
1 parent 9a8fd26 commit 479f444

87 files changed

Lines changed: 120 additions & 127 deletions

File tree

Some content is hidden

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

content/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ shortTitle: Check for existing SSH key
1616

1717
## About SSH keys
1818

19-
You can use SSH to perform Git operations in repositories on {% data variables.location.product_location %}. For more information, see "[AUTOTITLE](/authentication/connecting-to-github-with-ssh/about-ssh)."
19+
You can use SSH to perform Git operations in repositories. For more information, see "[AUTOTITLE](/authentication/connecting-to-github-with-ssh/about-ssh)."
2020

2121
If you have an existing SSH key, you can use the key to authenticate Git operations over SSH.
2222

content/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can generate a new SSH key on your local machine. After you generate the key
3232

3333
{% ifversion ghes %}
3434

35-
If you are a site administrator for {% data variables.location.product_location %}, you can use the same key to grant yourself administrative SSH access to the instance. For more information, see "[AUTOTITLE](/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh)."
35+
If you are a site administrator for {% data variables.location.product_location_enterprise %}, you can use the same key to grant yourself administrative SSH access to the instance. For more information, see "[AUTOTITLE](/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh)."
3636

3737
{% endif %}
3838

content/authentication/keeping-your-account-and-data-secure/about-authentication-to-github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ If you need to use multiple accounts on {% data variables.location.product_locat
6969

7070
{% ifversion ghes %}
7171
* **External authentication**
72-
* Your site administrator may configure {% data variables.location.product_location %} to use external authentication instead of a username and password. For more information, see "[AUTOTITLE](/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise#external-authentication)."{% endif %}{% ifversion fpt or ghec %}
72+
* Your site administrator may configure {% data variables.location.product_location_enterprise %} to use external authentication instead of a username and password. For more information, see "[AUTOTITLE](/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise#external-authentication)."{% endif %}{% ifversion fpt or ghec %}
7373
* **SAML single sign-on**
7474
* Before you can access resources owned by an organization or enterprise account that uses SAML single sign-on, you may need to also authenticate through an IdP. For more information, see "[AUTOTITLE](/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on){% ifversion fpt %}" in the {% data variables.product.prodname_ghe_cloud %} documentation.{% else %}."{% endif %}{% endif %}
7575

content/authentication/keeping-your-account-and-data-secure/creating-a-strong-password.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Creating a strong password
3-
intro: 'Secure your account on {% data variables.location.product_location %} with a strong and unique password using a password manager.'
3+
intro: 'Secure your account on {% data variables.product.prodname_dotcom %} with a strong and unique password using a password manager.'
44
redirect_from:
55
- /articles/what-is-a-strong-password
66
- /articles/creating-a-strong-password
@@ -15,13 +15,13 @@ topics:
1515
- Access management
1616
shortTitle: Create a strong password
1717
---
18-
You must choose or generate a password for your account on {% data variables.location.product_location %} that is at least:
18+
You must choose or generate a password for your account on {% data variables.product.prodname_dotcom %} that is at least:
1919
* {% ifversion ghes %}Seven{% else %}Eight{% endif %} characters long, if it includes a number and a lowercase letter, or
2020
* 15 characters long with any combination of characters
2121

2222
To keep your account secure, we recommend you follow these best practices:
2323
* Use a password manager to generate a password of at least 15 characters.
24-
* Generate a unique password for {% data variables.product.product_name %}. If you use your {% data variables.product.product_name %} password elsewhere and that service is compromised, then attackers or other malicious actors could use that information to access your account on {% data variables.location.product_location %}.
24+
* Generate a unique password for {% data variables.product.product_name %}. If you use your {% data variables.product.product_name %} password elsewhere and that service is compromised, then attackers or other malicious actors could use that information to access your account.
2525
* Configure two-factor authentication for your personal account. For more information, see "[AUTOTITLE](/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication)."{% ifversion passkeys %}
2626
* {% data reusables.passkeys.add-passkey-option %}{% endif %}
2727
* Never share your password, even with a potential collaborator. Each person should use their own personal account on {% data variables.product.product_name %}. For more information on ways to collaborate, see: "[AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository)," "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models)," or "[AUTOTITLE](/organizations/collaborating-with-groups-in-organizations)."

content/authentication/keeping-your-account-and-data-secure/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Keeping your account and data secure
3-
intro: 'To protect your personal information, you should keep both your account on {% data variables.location.product_location %} and any associated data secure.'
3+
intro: 'To protect your personal information, you should keep both your account on {% data variables.product.prodname_dotcom %} and any associated data secure.'
44
redirect_from:
55
- /articles/keeping-your-account-and-data-secure
66
- /github/authenticating-to-github/keeping-your-account-and-data-secure

content/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Preventing unauthorized access
3-
intro: 'You may be alerted to a security incident in the media, such as the discovery of the [Heartbleed bug](http://heartbleed.com/), or your computer could be stolen while you''re signed in to {% data variables.location.product_location %}. In such cases, changing your password prevents any unintended future access to your account and projects.'
3+
intro: 'You may be alerted to a security incident in the media, such as the discovery of the [Heartbleed bug](http://heartbleed.com/), or your computer could be stolen while you''re signed in to {% data variables.product.prodname_dotcom %}. In such cases, changing your password prevents any unintended future access to your account and projects.'
44
redirect_from:
55
- /articles/preventing-unauthorized-access
66
- /github/authenticating-to-github/preventing-unauthorized-access

content/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Reviewing your SSH keys
3-
intro: 'To keep your credentials secure, you should regularly audit your SSH keys, deploy keys, and review authorized applications that access your account on {% data variables.location.product_location %}.'
3+
intro: 'To keep your credentials secure, you should regularly audit your SSH keys, deploy keys, and review authorized applications that access your account.'
44
redirect_from:
55
- /articles/keeping-your-application-access-tokens-safe
66
- /articles/keeping-your-ssh-keys-and-application-access-tokens-safe

content/authentication/keeping-your-account-and-data-secure/sudo-mode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ After you authenticate to perform a sensitive action, your session is temporaril
2929

3030
{% note %}
3131

32-
**Note**: If {% data variables.location.product_location %} uses an external authentication method like CAS or SAML SSO, you will not receive prompts to enter sudo mode. For more information, contact your site administrator.
32+
**Note**: If {% data variables.location.product_location_enterprise %} uses an external authentication method like CAS or SAML SSO, you will not receive prompts to enter sudo mode. For more information, contact your site administrator.
3333

3434
{% endnote %}
3535

@@ -83,7 +83,7 @@ When prompted to authenticate for sudo mode, click **Use security key**, then fo
8383

8484
You must install and sign into {% data variables.product.prodname_mobile %} to confirm access to your account for sudo mode using the app. For more information, see "[AUTOTITLE](/get-started/using-github/github-mobile)."
8585

86-
1. When prompted to authenticate for sudo mode, click **Use GitHub Mobile**.
86+
1. When prompted to authenticate for sudo mode, click **Use {% data variables.product.prodname_mobile %}**.
8787
1. Open {% data variables.product.prodname_mobile %}. {% data variables.product.prodname_dotcom %} will display numbers that you must enter in {% data variables.product.prodname_mobile %} to approve the request.
8888
1. In {% data variables.product.prodname_mobile %}, type the numbers displayed.
8989

content/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If a valid OAuth token, {% data variables.product.prodname_github_app %} token,
4646

4747
You can revoke your authorization of a {% data variables.product.prodname_github_app %} or {% data variables.product.prodname_oauth_app %} from your account settings which will revoke any tokens associated with the app. For more information, see "[AUTOTITLE](/apps/using-github-apps/reviewing-your-authorized-integrations)" and "[AUTOTITLE](/apps/oauth-apps/using-oauth-apps/reviewing-your-authorized-applications-oauth)."
4848

49-
Once an authorization is revoked, any tokens associated with the authorization will be revoked as well. To reauthorize an application, follow the instructions from the third-party application or website to connect your account on {% data variables.location.product_location %} again.
49+
Once an authorization is revoked, any tokens associated with the authorization will be revoked as well. To reauthorize an application, follow the instructions from the third-party application or website to connect your account on {% data variables.product.prodname_dotcom %} again.
5050

5151
## Token revoked by the {% data variables.product.prodname_oauth_app %}
5252

content/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ shortTitle: Update access credentials
1919
## Requesting a new password
2020

2121
1. To request a new password, visit {% ifversion fpt or ghec %}https://{% data variables.product.product_url %}/password_reset{% else %}`https://{% data variables.product.product_url %}/password_reset`{% endif %}.
22-
1. Enter the email address associated with your account on {% data variables.location.product_location %}, then click **Send password reset email.** The email will be sent to the backup email address if you have one configured.
22+
1. Enter the email address associated with your account, then click **Send password reset email.** The email will be sent to the backup email address if you have one configured.
2323
1. We'll email you a link that will allow you to reset your password. You must click on this link within 3 hours of receiving the email. If you didn't receive an email from us, make sure to check your spam folder.
2424
1. If you have enabled two-factor authentication, you will be prompted for your 2FA credentials:
2525
{% ifversion fpt or ghec %}

0 commit comments

Comments
 (0)