Skip to content

Commit

Permalink
Remove signout_link and signin_link variables (#50093)
Browse files Browse the repository at this point in the history
  • Loading branch information
lecoursen authored Apr 11, 2024
1 parent 2ba071f commit 56880dd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ The verification link expires after 24 hours. If you don't verify your email wit

If you click on the link in the confirmation email within 24 hours and you are directed to an error page, you should ensure that you're signed into the correct account on {% data variables.location.product_location %}.

1. {% data variables.product.signout_link %} of your personal account on {% data variables.location.product_location %}.
1. Sign out of your personal account on {% data variables.location.product_location %}.
1. Quit and restart your browser.
1. {% data variables.product.signin_link %} to your personal account on {% data variables.location.product_location %}.
1. Sign in to your personal account on {% data variables.location.product_location %}.
1. Click on the verification link in the email we sent you.

## Further reading
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To avoid losing your password in the future, we suggest using a secure password

{% data reusables.repositories.blocked-passwords %}

1. {% data variables.product.signin_link %} to {% data variables.product.product_name %}.
1. Sign in to {% data variables.product.product_name %}.
{% data reusables.user-settings.access_settings %}
{% data reusables.user-settings.security %}
1. Under "Change password", type your old password, a strong new password, and confirm your new password. For help creating a strong password, see "[AUTOTITLE](/authentication/keeping-your-account-and-data-secure/creating-a-strong-password)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ An organization's news feed shows other people's activity on repositories owned

## Accessing your organization's news feed

1. {% data variables.product.signin_link %} to your account on {% data variables.location.product_location %}.
1. Sign in to your account on {% data variables.location.product_location %}.
1. Open your {% data reusables.user-settings.personal_dashboard %}.
1. In the upper-left corner of the page, select the dropdown menu that switches account context, then select an organization.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ shortTitle: Convert organization to user

1. [Sign up](/get-started/start-your-journey/creating-an-account-on-github) for a new account on GitHub.
1. [Have the user's role changed to an owner](/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization).
1. {% data variables.product.signin_link %} to the new personal account.
1. Sign in to the new personal account.
1. [Transfer each organization repository](/repositories/creating-and-managing-repositories/transferring-a-repository) to the new personal account.
1. [Rename the organization](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/changing-your-github-username) to make the current username available.
1. [Rename the user](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/changing-your-github-username) to the organization's name.
Expand All @@ -34,7 +34,7 @@ shortTitle: Convert organization to user

1. Sign up for a new GitHub Enterprise personal account.
1. [Have the user's role changed to an owner](/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization).
1. {% data variables.product.signin_link %} to the new personal account.
1. Sign in to the new personal account.
1. [Transfer each organization repository](/repositories/creating-and-managing-repositories/transferring-a-repository) to the new personal account.
1. [Delete the organization](/organizations/managing-organization-settings/deleting-an-organization-account).
1. [Rename the user](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/changing-your-github-username) to the organization's name.
Expand Down
4 changes: 0 additions & 4 deletions data/variables/product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,6 @@ product_url: >-
{% ifversion fpt or ghec %}github.com{% else %}HOSTNAME{% endif %}
pricing_url: 'https://github.com/pricing'
pricing_link: '[GitHub Pricing](https://github.com/pricing)'
signin_link: >-
{% ifversion fpt or ghec %}[Sign in](https://github.com/login){% else %}Sign in (`https://HOSTNAME/login`){% endif %}
signout_link: >-
{% ifversion fpt or ghec %}[Sign out](https://github.com/logout){% else %}Sign out (`https://HOSTNAME/logout`){% endif %}
raw_github_com: >-
{% ifversion fpt or ghec %}raw.githubusercontent.com{% else %}HOSTNAME/user/repo/raw{% endif %}
# GitHub Enterprise Server past versions
Expand Down

0 comments on commit 56880dd

Please sign in to comment.