mirror of https://github.com/docker/docs.git
update steps and ui element names (#19919)
This commit is contained in:
parent
9d0f8dc276
commit
feaf1d0198
|
@ -19,7 +19,7 @@ app. See [Recover your Docker Hub account](recover-hub-account/).
|
|||
|
||||
## Prerequisites
|
||||
|
||||
You need a mobile phone with a time-based one-time password authenticator
|
||||
You need a mobile phone with a time-based one-time password (TOTP) authenticator
|
||||
application installed. Common examples include Google Authenticator or Yubico
|
||||
Authenticator with a registered YubiKey.
|
||||
|
||||
|
@ -28,15 +28,11 @@ Authenticator with a registered YubiKey.
|
|||
1. Sign in to your Docker Hub account.
|
||||
2. Select your avatar and then from the drop-down menu, select **My Account**.
|
||||
3. Select the **Security** tab and then select **Enable Two-Factor Authentication**.
|
||||
The next page reminds you to download an authenticator app.
|
||||
4. Select **Set up using an app**.
|
||||
Your unique recovery code is sent to you.
|
||||
5. Save your recovery code and store it somewhere safe.
|
||||
Your recovery code can be used to recover your account in the event you lose access to your authenticator app.
|
||||
|
||||
6. Select **Next** and then open your authenticator app.
|
||||
You can choose between scanning the QR code or entering a text code into your authenticator app.
|
||||
7. Once you have linked your authenticator app, enter the six-digit code in text field and then select **Next**.
|
||||
4. Enter your account password, then select **Confirm**.
|
||||
5. Save your recovery code and store it somewhere safe. You can use your recovery code to recover your account in the event you lose access to your authenticator app.
|
||||
6. Use a TOTP mobile app to scan the QR code or enter the text code.
|
||||
7. Once you've linked your authenticator app, enter the six-digit code in the text-field.
|
||||
8. Select **Enable 2FA**.
|
||||
|
||||
Two-factor authentication is now enabled. The next time you sign
|
||||
in to your Docker Hub account, you are asked for a security code.
|
|
@ -14,6 +14,7 @@ aliases:
|
|||
{ .warning }
|
||||
|
||||
1. Sign in to your Docker Hub account.
|
||||
2. Select your avatar and then from the dropdown menu, select **My Account**.
|
||||
3. Navigate to the **Security** tab and select **Disable 2FA**.
|
||||
4. Enter your password and select **Disable 2FA**.
|
||||
2. Select your avatar and then from the drop-down menu, select **My Account**.
|
||||
3. Navigate to the **Security** tab and select **Manage Two-Factor Authentication**.
|
||||
4. Enter your password, then select **Confirm**.
|
||||
5. Select **Disable 2FA**.
|
|
@ -12,8 +12,7 @@ access to your Docker Hub account, you can generate a new recovery code.
|
|||
|
||||
1. Sign in to your Docker Hub account.
|
||||
2. Select your avatar and then from the drop-down menu, select **My Account**.
|
||||
3. Navigate to the **Security** tab and select **Click here to generate a new code**.
|
||||
4. Enter your password.
|
||||
3. Navigate to the **Security** tab and select **Manage Two-Factor Authentication**.
|
||||
4. Enter your password, then select **Confirm**.
|
||||
|
||||
Your new recovery code is displayed. Remember to save your recovery code
|
||||
and store it somewhere safe.
|
||||
In the **Manage recovery code** section, you can view your recovery code or generate a new code. Remember to save your recovery code and store it somewhere safe.
|
Loading…
Reference in New Issue