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
This commit is contained in:
Sarah Sanders 2025-03-12 09:10:00 -04:00 committed by GitHub
parent 8aa7128a74
commit 8c559aa8a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 43 additions and 15 deletions

View File

@ -27,6 +27,10 @@ grid:
description: Add an extra layer of authentication to your Docker account.
link: /security/for-developers/2fa/
icon: phonelink_lock
- title: Deactivate an account
description: Learn how to deactivate a Docker user account.
link: /accounts/deactivate-user-account/
icon: disabled_by_default
---
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).

View File

@ -5,41 +5,49 @@ description: Learn how to manage settings for your Docker account.
keywords: accounts, docker ID, account settings, account management, docker home
---
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.
You can centrally manage your Docker account settings using Docker Home. Here
you can also take administrative actions for your account and manage your
account security.
> [!TIP]
>
> 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.
> 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.
## Update general settings
1. Sign in to your [Docker account](https://app.docker.com/login).
2. In Docker Home, select your avatar in the top-right corner to open the drop-down.
2. In Docker Home, select your avatar in the top-right corner to open the
drop-down.
3. Select **Account settings**.
From the Account Center page, you can take any of the following actions.
From the Account settings page, you can take any of the following actions.
### Update account information
To update your account information, select the arrow icon. You can edit the following settings here:
Account information is visible on your account profile in Docker Hub. You can
update the following account information:
- Full name
- Company
- Location
- Website
- 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.
This information is visible on your account profile in Docker Hub.
- 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.
Make your changes here, then select **Save** to save your settings.
### Update email address
To update your email address, select **Email**.
To update your email address, select **Email**:
1. Enter your new email address.
2. Enter your password to confirm the change.
3. Select **Send verification email** to send a verification email to your new email address.
3. Select **Send verification email** to send a verification email to your new
email address.
Once you verify your email address, your account information will update.
@ -48,21 +56,37 @@ Once you verify your email address, your account information will update.
You can change your password by initiating a password reset via email.
To change your password, select **Password** and then **Reset password**.
Follow the instructions in the password reset email.
## Manage security settings
To update your two-factor authentication (2FA) settings, select **2FA**.
For information on two-factor authentication (2FA) for your account, see [Enable two-factor authentication](../security/for-developers/2fa/_index.md) to get started.
For information on two-factor authentication (2FA) for your account, see
[Enable two-factor authentication](../security/for-developers/2fa/_index.md)
to get started.
To manage personal access tokens, select **Personal access tokens**.
For information on personal access tokens, see [Create and manage access tokens](../security/for-developers/access-tokens.md).
For information on personal access tokens, see
[Create and manage access tokens](../security/for-developers/access-tokens.md).
## Manage connected accounts
You can unlink Google or GitHub accounts that are linked to your Docker account
using the Account settings page:
1. Select **Connected accounts**.
2. Select **Disconnect** on your connected account.
3. To fully unlink your Docker account, you must also unlink Docker from Google
or GitHub. See Google or GitHub's documentation for more information:
- [Manage connections between your Google Account and third-parties](https://support.google.com/accounts/answer/13533235?hl=en)
- [Reviewing and revoking authorization of GitHub Apps](https://docs.github.com/en/apps/using-github-apps/reviewing-and-revoking-authorization-of-github-apps)
## Account management
To convert your account into an organization, select **Convert**.
For more information on converting your account, see [Convert an account into an organization](../admin/organization/convert-account.md).
For more information on converting your account, see
[Convert an account into an organization](../admin/organization/convert-account.md).
To deactivate your account, select **Deactivate**.
For information on deactivating your account, see [Deactivating a user account](./deactivate-user-account.md).
For information on deactivating your account, see
[Deactivating a user account](./deactivate-user-account.md).