You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/accounts/_index.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,10 @@ grid:
27
27
description: Add an extra layer of authentication to your Docker account.
28
28
link: /security/for-developers/2fa/
29
29
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
30
34
---
31
35
32
36
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).
Copy file name to clipboardExpand all lines: content/manuals/accounts/manage-account.md
+39-15Lines changed: 39 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,41 +5,49 @@ description: Learn how to manage settings for your Docker account.
5
5
keywords: accounts, docker ID, account settings, account management, docker home
6
6
---
7
7
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.
9
11
10
12
> [!TIP]
11
13
>
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.
13
17
14
18
## Update general settings
15
19
16
20
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.
18
23
3. Select **Account settings**.
19
24
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.
21
26
22
27
### Update account information
23
28
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:
25
31
26
32
- Full name
27
33
- Company
28
34
- Location
29
35
- 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.
33
40
34
41
Make your changes here, then select **Save** to save your settings.
35
42
36
43
### Update email address
37
44
38
-
To update your email address, select **Email**.
45
+
To update your email address, select **Email**:
39
46
40
47
1. Enter your new email address.
41
48
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.
43
51
44
52
Once you verify your email address, your account information will update.
45
53
@@ -48,21 +56,37 @@ Once you verify your email address, your account information will update.
48
56
You can change your password by initiating a password reset via email.
49
57
50
58
To change your password, select **Password** and then **Reset password**.
51
-
52
59
Follow the instructions in the password reset email.
53
60
54
61
## Manage security settings
55
62
56
63
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
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)
61
83
62
84
## Account management
63
85
64
86
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).
66
89
67
90
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