Update changing your username documentation

npm support cannot, in fact, change usernames due to product limitations. Provide the steps for users to perform this action.

Edward Thomson committed Jul 21, 2021 at 15:37 UTC bc559b27c1d180a55a237035f1e03ab849a2cb5a
1 file changed +7 -1
content/getting-started/managing-your-npm-user-account/changing-your-npm-username.mdx
+7 -1
@@ -3,5 +3,11 @@ title: Changing your npm username
3 ---
4 import shared from '../../../src/shared.js'
5
6 -<>To change your npm username, {shared['contact-support'].text}</>.
6 +It is not currently possible to change your npm username. You'll need to
7 +create a new account and migrate the data to the new account manually.
8 +
9 +1. Create a [new user account](/creating-a-new-npm-user-account) with your desired username
10 +2. [Transfer your packages](/transferring-a-package-from-a-user-account-to-another-user-account) to your new account.
11 +3. If you are a member of any [organizations](/organizations), ask the organization administrator to [invite your new account to the organization](/adding-members-to-your-organization).
12 +4. Delete your [original account](/deleting-your-npm-user-account).
13