When you have two-factor access enabled on your account, and you lose access to your 2FA device, you may be able to recover your account using the following methods.
Misplaced second factor device
If you have misplaced the device that provided second-factor authentication, you can use the recovery codes generated when you enabled 2FA to access your account.
Using recovery code on the web
Locate the recovery codes generated that you have saved.
-
Log in to npm with your user account.
-
Click on "Use recovery code" from the next screen
Note: If you have configured to use TOTP, you will see an TOTP prompt instead
-
Enter an unused recovery code in the "Use a Recovery Code" prompt
You are now logged into npm.
Follow the steps mentioned in "Removing 2FA on the web" to disable 2FA
Using recovery code from the command line
Locate the recovery codes generated when you enabled 2FA on your account.
If you are logged out on the command line, log in using npm login
command with your username and npm password.
-
Enter an unused recovery code when you see this prompt:
-
Once you are logged in, use the below and enter your npm password if prompted.
-
Enter another unused recovery code when you see this prompt:
npm will confirm that two-factor authentication has been disabled.
Follow the steps outlined in "Configuring two-factor authentication" to re-enable 2FA and generate new recovery codes.
Note: Using the recovery codes to re-enable 2FA may create a new authenticator account with the same npm account name.
If you are using a time-based one-time password (TOTP) mobile app and want to delete the old authenticator account, follow the steps for the authenticator.
Viewing and regenerating recovery code
Note: Once you regenerate a set of code, all previous recovery codes become invalid. Each code can be used only once.
-
Log in to npm with your user account.
- In the upper right corner of the page, click your profile picture, then click Account.
-
On the account settings page, under "Two-Factor Authentication", click Modify 2FA.
-
Click "Manage Recovery Codes'' to view your recovery codes
Click "Regenerate Code" to generate a new set of codes.
Misplaced recovery codes
If you have misplaced both the device that provided second-factor authentication and your recovery codes, we may be unable to help you recover your account. If you have any questions, please contact npm Support.