Skip to content

Commit 98f7368

Browse files
accounts: update nav (#21983)
<!--Delete sections as needed --> ## Description The account settings screen will now have left navigation. Updated navigation in steps related to "account settings". ## Related issues or tickets ENGDOCS-2415 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review Signed-off-by: Craig <[email protected]>
1 parent b95f15a commit 98f7368

File tree

7 files changed

+26
-21
lines changed

7 files changed

+26
-21
lines changed

content/manuals/accounts/deactivate-user-account.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ Once you have completed all the previous steps, you can deactivate your account.
4141
1. Sign in to [Docker Home](https://app.docker.com/login).
4242
2. Select your avatar to open the drop-down menu.
4343
3. Select **Account settings**.
44-
4. In the **Account management** section, select **Deactivate account**.
45-
5. To confirm, select **Deactivate account**.
44+
4. Select **Deactivate**.
45+
5. Select **Deactivate account**.
46+
6. To confirm, select **Deactivate account**.

content/manuals/accounts/manage-account.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can centrally manage the settings for your Docker account using Docker Home.
1717
2. In Docker Home, select your avatar in the top-right corner to open the drop-down.
1818
3. Select **Account settings**.
1919

20-
From the Account settings page, you can take any of the following actions.
20+
From the Account Center page, you can take any of the following actions.
2121

2222
### Update account information
2323

@@ -35,7 +35,7 @@ Make your changes here, then select **Save** to save your settings.
3535

3636
### Update email address
3737

38-
To update your email address, select the arrow icon.
38+
To update your email address, select **Email**.
3939

4040
1. Enter your new email address.
4141
2. Enter your password to confirm the change.
@@ -47,22 +47,22 @@ Once you verify your email address, your account information will update.
4747

4848
You can change your password by initiating a password reset via email.
4949

50-
To change your password, select **Reset password**.
50+
To change your password, select **Password** and then **Reset password**.
5151

5252
Follow the instructions in the password reset email.
5353

5454
## Manage security settings
5555

56-
You can manage the security settings for your account in Docker Home.
57-
56+
To update your two-factor authentication (2FA) settings, select **2FA**.
5857
For information on two-factor authentication (2FA) for your account, see [Enable two-factor authentication](../security/for-developers/2fa/_index.md) to get started.
5958

59+
To manage personal access tokens, select **Personal access tokens**.
6060
For information on personal access tokens, see [Create and manage access tokens](../security/for-developers/access-tokens.md).
6161

6262
## Account management
6363

64-
You can take administrative actions for your account in Docker Home.
65-
64+
To convert your account into an organization, select **Convert**.
6665
For more information on converting your account, see [Convert an account into an organization](../admin/organization/convert-account.md).
6766

67+
To deactivate your account, select **Deactivate**.
6868
For information on deactivating your account, see [Deactivating a user account](./deactivate-user-account.md).

content/manuals/admin/organization/convert-account.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ Consider the following effects of converting your account:
6060

6161
4. Select **Account settings**.
6262

63-
5. In the **Account management** section, select **Convert account**.
63+
5. Select **Convert**.
6464

6565
6. Review the warning displayed about converting a user account. This action cannot be undone and has considerable implications for your assets and the account.
6666

67-
7. Enter a **Docker ID** to set an organization owner. This is the user account that will manage the organization, and the only way to access the organization settings after conversion. You cannot use the same Docker ID as the account you are trying to convert.
67+
7. Enter a **Username of new owner** to set an organization owner. This is the user account that will manage the organization, and the only way to access the organization settings after conversion. You cannot use the same Docker ID as the account you are trying to convert.
6868

69-
8. Select **Confirm and purchase** to confirm. The new owner receives a notification email. Use that owner account to sign in and manage the new organization.
69+
8. Select **Confirm**. The new owner receives a notification email. Use that owner account to sign in and manage the new organization.

content/manuals/security/for-developers/2fa/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Authenticator with a registered YubiKey.
2727

2828
1. Sign in to your [Docker account](https://app.docker.com/login).
2929
2. Select your avatar and then from the drop-down menu, select **Account settings**.
30-
3. Navigate to the **Security** section, then select **Two-factor authentication**.
30+
3. Select **2FA**.
3131
4. Enter your account password, then select **Confirm**.
3232
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.
3333
6. Use a Time-based One-time password (TOTP) mobile app to scan the QR code or enter the text code.

content/manuals/security/for-developers/2fa/disable-2fa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ weight: 30
1616
1717
1. Sign in to your [Docker account](https://app.docker.com/login).
1818
2. Select your avatar and then from the drop-down menu, select **Account settings**.
19-
3. Navigate to the **Security** section, then select **Two-factor authentication**.
19+
3. Select **2FA**.
2020
4. Enter your password, then select **Confirm**.
2121
5. Select **Disable 2FA**.

content/manuals/security/for-developers/2fa/new-recovery-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ access to your Docker Hub account, you can generate a new recovery code.
1313

1414
1. Sign in to your [Docker account](https://app.docker.com/login).
1515
2. Select your avatar and then from the drop-down menu, select **Account settings**.
16-
3. Navigate to the **Security** section, then select **Manage Two-Factor Authentication**.
16+
3. Select **2FA**.
1717
4. Enter your password, then select **Confirm**.
1818
5. Select **Generate new code**.
1919

content/manuals/security/for-developers/access-tokens.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Use the Docker Admin Console to create an access token.
2929

3030
2. Select your avatar in the top-right corner and from the drop-down menu select **Account settings**.
3131

32-
3. In the **Security** section, select **Personal access tokens**.
32+
3. Select **Personal access tokens**.
3333

3434
4. Select **Generate new token**.
3535

@@ -79,13 +79,17 @@ You can rename, activate, deactivate, or delete a token as needed. You can manag
7979

8080
2. Select your avatar in the top-right corner and from the drop-down menu select **Account settings**.
8181

82-
3. In the **Security** section, select **Personal access tokens**.
83-
This page shows an overview of all your tokens, and lists if the token was generated manually or if it was [auto-generated](#auto-generated-tokens). You can also view the number
84-
of tokens that are activated and deactivated in the toolbar.
82+
3. Select **Personal access tokens**.
8583

86-
4. Select the actions menu on the far right of a token row, then select **Deactivate**, **Edit**, or **Delete** to modify the token.
84+
This page shows an overview of all your
85+
tokens, and lists if the token was generated manually or if it was
86+
[auto-generated](#auto-generated-tokens). You can also view the scope of the
87+
tokens, which tokens are activate and inactive, when they were created, when
88+
they were last used, and their expiration date.
8789

88-
5. After modifying the token, select **Save token**.
90+
4. Select the actions menu on the far right of a token row, then select **Deactivate** or **Activate**, **Edit**, or **Delete** to modify the token.
91+
92+
5. After editing the token, select **Save token**.
8993

9094
## Auto-generated tokens
9195

0 commit comments

Comments
 (0)