diff --git a/content/getting-started/managing-your-npm-user-account/managing-your-profile-settings.mdx b/content/getting-started/managing-your-npm-user-account/managing-your-profile-settings.mdx index 60c8543f2e2..8158488627c 100644 --- a/content/getting-started/managing-your-npm-user-account/managing-your-profile-settings.mdx +++ b/content/getting-started/managing-your-npm-user-account/managing-your-profile-settings.mdx @@ -63,21 +63,21 @@ From the web, you can change the following user profile settings: -### Disconnecting your GitHub account from npm +### Removing your GitHub account from npm -1. On the account settings page, you will find a button to disconnect your GitHub account. Click that. +1. On the account settings page, you will find a button to remove your GitHub account. Click that. - + - _Note: Clicking disconnect will only disconnect the link from your npm account. You need to `revoke` permissions from your [GitHub app authorization settings](https://github.com/settings/apps/authorizations) to permanently remove the integration from your GitHub account_ + _Note: Clicking remove will only remove the link from your npm account. You need to `revoke` permissions from your [GitHub app authorization settings](https://github.com/settings/apps/authorizations) to permanently remove the integration from your GitHub account_ -### Disconnecting your Twitter account from npm +### Removing your Twitter account from npm -1. On the account settings page, you will find a button to disconnect your GitHub account. Click that. +1. On the account settings page, you will find a button to remove your GitHub account. Click that. - + - _Note: Clicking disconnect will only disconnect the link from your npm account. You need to `revoke` permissions from your [Twitter connect apps management page](https://twitter.com/settings/connected_apps) to permanently remove the integration from your Twitter account_ + _Note: Clicking remove will only remove the link from your npm account. You need to `revoke` permissions from your [Twitter connect apps management page](https://twitter.com/settings/connected_apps) to permanently remove the integration from your Twitter account_ ## Managing user account profile settings from the command line diff --git a/static/getting-started/managing-your-npm-user-account/connect-github.png b/static/getting-started/managing-your-npm-user-account/connect-github.png index 9088d1a43b9..4c169021e5f 100644 Binary files a/static/getting-started/managing-your-npm-user-account/connect-github.png and b/static/getting-started/managing-your-npm-user-account/connect-github.png differ diff --git a/static/getting-started/managing-your-npm-user-account/connect-twitter.png b/static/getting-started/managing-your-npm-user-account/connect-twitter.png index 48fc8128dbd..5f588542842 100644 Binary files a/static/getting-started/managing-your-npm-user-account/connect-twitter.png and b/static/getting-started/managing-your-npm-user-account/connect-twitter.png differ diff --git a/static/getting-started/managing-your-npm-user-account/github-remove.png b/static/getting-started/managing-your-npm-user-account/github-remove.png new file mode 100644 index 00000000000..dc024c3fe67 Binary files /dev/null and b/static/getting-started/managing-your-npm-user-account/github-remove.png differ diff --git a/static/getting-started/managing-your-npm-user-account/github-success.png b/static/getting-started/managing-your-npm-user-account/github-success.png index 82bae197ea9..d749c5c20d2 100644 Binary files a/static/getting-started/managing-your-npm-user-account/github-success.png and b/static/getting-started/managing-your-npm-user-account/github-success.png differ diff --git a/static/getting-started/managing-your-npm-user-account/twitter-remove.png b/static/getting-started/managing-your-npm-user-account/twitter-remove.png new file mode 100644 index 00000000000..acf81864f89 Binary files /dev/null and b/static/getting-started/managing-your-npm-user-account/twitter-remove.png differ diff --git a/static/getting-started/managing-your-npm-user-account/twitter-success.png b/static/getting-started/managing-your-npm-user-account/twitter-success.png index 804e0833428..fde55fea837 100644 Binary files a/static/getting-started/managing-your-npm-user-account/twitter-success.png and b/static/getting-started/managing-your-npm-user-account/twitter-success.png differ