forked from docker/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add account section and update settings and security (docker#20350)
* add account section and update admin pages * update hub build and security sections * update toc * Update content/accounts/_index.md * Update .github/labeler.yml --------- Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
- Loading branch information
1 parent
3e38e62
commit 37e129a
Showing
18 changed files
with
255 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,6 +60,7 @@ Git | |
GitHub( Actions)? | ||
Grafana | ||
Gravatar | ||
HTTP | ||
HyperKit | ||
IPs? | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
description: Learn how to create and manage your Docker account. | ||
keywords: accounts, docker ID, account management, account settings, docker account, docker home | ||
title: Docker account overview | ||
grid: | ||
- title: Create a Docker ID | ||
description: Get started with Docker and create an account. | ||
icon: fingerprint | ||
link: /docker-id/ | ||
- title: Manage account | ||
description: Learn how to manage the settings for your account. | ||
icon: manage_accounts | ||
link: /accounts/manage-account/ | ||
- title: Account FAQ | ||
description: Explore popular FAQ topics about organizations. | ||
icon: help | ||
link: /faq/admin/general-faqs/ | ||
- title: Personal access tokens | ||
description: Learn how to create and manage access tokens for your account. | ||
icon: password | ||
link: /security/for-developers/access-tokens/ | ||
- title: Set up two-factor authentication | ||
description: Add an extra layer of authentication to your Docker account. | ||
link: /security/for-developers/2fa/ | ||
icon: phonelink_lock | ||
--- | ||
|
||
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). | ||
|
||
In this section, explore how you can create, manage, or update your account. | ||
|
||
{{< grid >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
title: Deactivating a user account | ||
description: Learn how to deactivate a Docker user account. | ||
keywords: Docker Hub, delete, deactivate, account, account management | ||
--- | ||
|
||
You can deactivate an account at any time. This section describes the prerequisites and steps to deactivate a user account. For information on deactivating an organization, see [Deactivating an organization](../admin/deactivate-account.md). | ||
|
||
>**Warning** | ||
> | ||
> All Docker products and services that use your Docker account will be inaccessible after deactivating your account. | ||
{ .warning } | ||
|
||
## Prerequisites | ||
|
||
Before deactivating your Docker account, ensure that you meet the following requirements: | ||
|
||
- You must not be a member of a company or any teams or organizations. You must remove the account from all teams, organizations, or the company. | ||
|
||
To do this: | ||
1. Navigate to **Organizations** and then select the organization(s) you need to leave. | ||
2. Find your username in the **Members** tab. | ||
3. Select the **More options** menu and then select **Leave organization**. | ||
|
||
- If you are the sole owner of an organization, either assign another member of the organization the owner role and then remove yourself from the organization, or deactivate the organization. Similarly, if you are the sole owner of a company, either add someone else as a company owner and then remove yourself, or deactivate the company. | ||
|
||
- If you have an active Docker subscription, [downgrade it to a Docker Personal subscription](../subscription/core-subscription/downgrade.md). | ||
|
||
- If you have an active Docker Build Cloud Paid subscription, [downgrade it to a Docker Build Cloud Starter subscription](../billing/build-billing.md#downgrade-your-subscription). | ||
|
||
- If you have an active Docker Scout subscription, [downgrade it to a Docker Scout Free subscription](../billing/scout-billing.md#downgrade-your-subscription). | ||
|
||
- Download any images and tags you want to keep. Use `docker pull -a <image>:<tag>`. | ||
|
||
- Unlink your [GitHub and Bitbucket accounts](../docker-hub/builds/link-source.md#unlink-a-github-user-account). | ||
|
||
## Deactivate | ||
|
||
Once you have completed all the previous steps, you can deactivate your account. | ||
|
||
> **Warning** | ||
> | ||
> This cannot be undone. Be sure you've gathered all the data you need from your account before deactivating it. | ||
{ .warning } | ||
|
||
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. | ||
3. Select **Account settings**. | ||
4. In the **Account management** section, select **Deactivate account** to open to deactivate account page. | ||
5. To confirm, select **Deactivate account**. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
--- | ||
description: Learn how to manage settings for your Docker account. | ||
keywords: accounts, docker ID, account settings, account management, docker home | ||
title: Manage your Docker account | ||
--- | ||
|
||
You can centrally manage the settings for your Docker account. 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 need to contact your administrator to update your settings. | ||
{ .tip } | ||
|
||
## Update general settings | ||
|
||
1. Sign in to your [Docker account](https://account.docker.com/login). | ||
2. In Docker Home, select your avatar in the top-right corner to open the drop-down. | ||
3. Select **Account settings**. | ||
|
||
From here, 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: | ||
|
||
- Full name | ||
- Company | ||
- Location | ||
- Website | ||
- Gravatar email | ||
|
||
This information is visible on your account profile in Docker Hub. | ||
|
||
Make your changes here, then select **Save** to save your settings. | ||
|
||
### Update email address | ||
|
||
To update your email address, select the arrow icon. | ||
|
||
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. | ||
|
||
Once you verify your email address, your account information will update. | ||
|
||
### Change your password | ||
|
||
You can change your password by initiating a password reset via email. | ||
|
||
To change your password, select **Reset password**. | ||
|
||
Follow the instructions in the password reset email. | ||
|
||
## Manage security settings | ||
|
||
You can manage the security settings for your account in Docker Home. | ||
|
||
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 personal access tokens (PAT), see [Create and manage access tokens](../security/for-developers/access-tokens.md). | ||
|
||
## Account management | ||
|
||
You can take administrative actions for your account in Docker Home. | ||
|
||
For more information on converting your account, see [Convert an account into an organization](../admin/convert-account.md). | ||
|
||
For information on deactivating your account, see [Deactivating a user account](./deactivate-user-account.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.