Skip to content

Commit 8c559aa

Browse files
accounts: add section to manage accounts (#22221)
## Description - Users can now unlink social accounts, and we have gotten this question multiple times in Kapa - Adds section to Manage an account guide on unlinking social accounts - User must unlink in Docker, and their 3PI, so I added a step that they must fully unlink using the social provider ## Related issues or tickets - [ENGDOCS-2456](https://docker.atlassian.net/browse/ENGDOCS-2456) ## Reviews - [ ] Editorial review [ENGDOCS-2456]: https://docker.atlassian.net/browse/ENGDOCS-2456?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 8aa7128 commit 8c559aa

File tree

2 files changed

+43
-15
lines changed

2 files changed

+43
-15
lines changed

content/manuals/accounts/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ grid:
2727
description: Add an extra layer of authentication to your Docker account.
2828
link: /security/for-developers/2fa/
2929
icon: phonelink_lock
30+
- title: Deactivate an account
31+
description: Learn how to deactivate a Docker user account.
32+
link: /accounts/deactivate-user-account/
33+
icon: disabled_by_default
3034
---
3135

3236
You can create a Docker account to secure a Docker ID, which is a username for your account that lets you access Docker products. You can use your Docker account to sign in to Docker products like Docker Hub, Docker Desktop, or Docker Scout. You can centrally manage your [Docker account settings](https://app.docker.com/settings), as well as account security features, in [Docker Home](https://app.docker.com).

content/manuals/accounts/manage-account.md

Lines changed: 39 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,41 +5,49 @@ description: Learn how to manage settings for your Docker account.
55
keywords: accounts, docker ID, account settings, account management, docker home
66
---
77

8-
You can centrally manage the settings for your Docker account using Docker Home. Here you can also take administrative actions for your account and manage your account security.
8+
You can centrally manage your Docker account settings using Docker Home. Here
9+
you can also take administrative actions for your account and manage your
10+
account security.
911

1012
> [!TIP]
1113
>
12-
> If your account is associated with an organization that enforces single sign-on (SSO), you may not have permissions to update your account settings. You must contact your administrator to update your settings.
14+
> If your account is associated with an organization that enforces single
15+
> sign-on (SSO), you may not have permissions to update your account settings.
16+
> You must contact your administrator to update your settings.
1317
1418
## Update general settings
1519

1620
1. Sign in to your [Docker account](https://app.docker.com/login).
17-
2. In Docker Home, select your avatar in the top-right corner to open the drop-down.
21+
2. In Docker Home, select your avatar in the top-right corner to open the
22+
drop-down.
1823
3. Select **Account settings**.
1924

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

2227
### Update account information
2328

24-
To update your account information, select the arrow icon. You can edit the following settings here:
29+
Account information is visible on your account profile in Docker Hub. You can
30+
update the following account information:
2531

2632
- Full name
2733
- Company
2834
- Location
2935
- Website
30-
- Gravatar email: To add an avatar to your Docker account, create a [Gravatar account](https://gravatar.com/) and create your avatar. Next, add your Gravatar email to your Docker account settings. It may take some time for your avatar to update in Docker.
31-
32-
This information is visible on your account profile in Docker Hub.
36+
- Gravatar email: To add an avatar to your Docker account, create a
37+
[Gravatar account](https://gravatar.com/) and create your avatar. Next, add your
38+
Gravatar email to your Docker account settings. It may take some time for your
39+
avatar to update in Docker.
3340

3441
Make your changes here, then select **Save** to save your settings.
3542

3643
### Update email address
3744

38-
To update your email address, select **Email**.
45+
To update your email address, select **Email**:
3946

4047
1. Enter your new email address.
4148
2. Enter your password to confirm the change.
42-
3. Select **Send verification email** to send a verification email to your new email address.
49+
3. Select **Send verification email** to send a verification email to your new
50+
email address.
4351

4452
Once you verify your email address, your account information will update.
4553

@@ -48,21 +56,37 @@ Once you verify your email address, your account information will update.
4856
You can change your password by initiating a password reset via email.
4957

5058
To change your password, select **Password** and then **Reset password**.
51-
5259
Follow the instructions in the password reset email.
5360

5461
## Manage security settings
5562

5663
To update your two-factor authentication (2FA) settings, select **2FA**.
57-
For information on two-factor authentication (2FA) for your account, see [Enable two-factor authentication](../security/for-developers/2fa/_index.md) to get started.
64+
For information on two-factor authentication (2FA) for your account, see
65+
[Enable two-factor authentication](../security/for-developers/2fa/_index.md)
66+
to get started.
5867

5968
To manage personal access tokens, select **Personal access tokens**.
60-
For information on personal access tokens, see [Create and manage access tokens](../security/for-developers/access-tokens.md).
69+
For information on personal access tokens, see
70+
[Create and manage access tokens](../security/for-developers/access-tokens.md).
71+
72+
## Manage connected accounts
73+
74+
You can unlink Google or GitHub accounts that are linked to your Docker account
75+
using the Account settings page:
76+
77+
1. Select **Connected accounts**.
78+
2. Select **Disconnect** on your connected account.
79+
3. To fully unlink your Docker account, you must also unlink Docker from Google
80+
or GitHub. See Google or GitHub's documentation for more information:
81+
- [Manage connections between your Google Account and third-parties](https://support.google.com/accounts/answer/13533235?hl=en)
82+
- [Reviewing and revoking authorization of GitHub Apps](https://docs.github.com/en/apps/using-github-apps/reviewing-and-revoking-authorization-of-github-apps)
6183

6284
## Account management
6385

6486
To convert your account into an organization, select **Convert**.
65-
For more information on converting your account, see [Convert an account into an organization](../admin/organization/convert-account.md).
87+
For more information on converting your account, see
88+
[Convert an account into an organization](../admin/organization/convert-account.md).
6689

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

0 commit comments

Comments
 (0)