Skip to content

Commit 7400167

Browse files
Merge pull request #21438 from sarahsanders-docker/ENGDOCS-2316
Freshness for Docker accounts
2 parents 705eda9 + 11fed81 commit 7400167

File tree

3 files changed

+29
-24
lines changed

3 files changed

+29
-24
lines changed

content/manuals/accounts/create-account.md

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Your Docker ID becomes your username for hosted Docker services, and [Docker for
1515

1616
> [!TIP]
1717
>
18-
> Explore [Docker's core subscriptions](https://www.docker.com/pricing/) to see what else Docker can offer you.
18+
> Explore [Docker's core subscriptions](https://www.docker.com/pricing/) to see what subscription plans Docker can offer you.
1919
2020
## Create a Docker ID
2121

@@ -25,62 +25,67 @@ Your Docker ID becomes your username for hosted Docker services, and [Docker for
2525

2626
2. Enter a unique, valid email address.
2727

28-
3. Enter a username.
28+
3. Enter a username to use as your Docker ID. Once you create your Docker ID you can't reuse it in the future if you deactivate this account.
2929

30-
Your Docker ID must be between 4 and 30 characters long, and can only contain numbers and lowercase letters. Once you create your Docker ID you can't reuse it in the future if you deactivate this account.
30+
Your username:
31+
- Must be between 4 and 30 characters long
32+
- Can only contain numbers and lowercase letters
3133

3234
4. Enter a password that's at least 9 characters long.
3335

3436
5. Select **Sign Up**.
3537

36-
Docker sends a verification email to the address you provided.
38+
6. Open your email client. Docker sends a verification email to the address you provided.
3739

38-
6. Verify your email address to complete the registration process.
40+
7. Verify your email address to complete the registration process.
3941

4042
> [!NOTE]
4143
>
42-
> You have limited actions available until you verify your email address.
44+
> You must verify your email address before you have full access to Docker's features.
4345
4446
### Sign up with Google or GitHub
4547

4648
> [!IMPORTANT]
4749
>
48-
> To sign up with your social provider, make sure you verify your email address with your provider before you begin.
50+
> To sign up with your social provider, you must verify your email address with your provider before you begin.
4951
5052
1. Go to the [Docker sign-up page](https://app.docker.com/signup/).
5153

5254
2. Select your social provider, Google or GitHub.
5355

5456
3. Select the social account you want to link to your Docker account.
5557

56-
4. Select **Authorize Docker** to allow Docker to access your social account information and be re-routed to the sign-up page.
58+
4. Select **Authorize Docker** to let Docker to access your social account information. You will be re-routed to the sign-up page.
5759

58-
5. Enter a username.
60+
5. Enter a username to use as your Docker ID.
5961

60-
Your Docker ID must be between 4 and 30 characters long, and can only contain numbers and lowercase letters. Once you create your Docker ID you can't reuse it in the future if you deactivate this account.
62+
Your username:
63+
- Must be between 4 and 30 characters long
64+
- Can only contain numbers and lowercase letters
6165

6266
6. Select **Sign up**.
6367

6468
## Sign in
6569

66-
Once you register and verify your Docker ID email address, you can sign in to [your Docker account](https://login.docker.com/u/login/). You can sign in with your email address (or username) and password. Or, you can sign in with your social provider. See [Sign in with your social provider](#sign-in-with-your-social-provider).
67-
68-
You can also sign in through the CLI using the `docker login` command. For more information, see [`docker login`](/reference/cli/docker/login.md).
70+
Once you register your Docker ID and verify your email address, you can sign in to [your Docker account](https://login.docker.com/u/login/). You can either:
71+
- Sign in with your email address (or username) and password.
72+
- Sign in with your social provider. For more information, see [Sign in with your social provider](#sign-in-with-your-social-provider).
73+
- Sign in through the CLI using the `docker login` command. For more information, see [`docker login`](/reference/cli/docker/login.md).
6974

7075
> [!WARNING]
7176
>
7277
> When you use the `docker login` command, your credentials are
7378
stored in your home directory in `.docker/config.json`. The password is base64-encoded in this file.
7479
>
75-
> We recommend using one of the [Docker credential helpers](https://github.com/docker/docker-credential-helpers) for secure storage of passwords. For extra security, you can also use a [personal access token](../security/for-developers/access-tokens.md) to log in instead, which is still encoded in this file (without a Docker credential helper) but doesn't allow admin actions (such as changing the password).
80+
> We recommend using one of the [Docker credential helpers](https://github.com/docker/docker-credential-helpers) for secure storage of passwords. For extra security, you can also use a [personal access token](../security/for-developers/access-tokens.md) to sign in instead, which is still encoded in this file (without a Docker credential helper) but doesn't permit administrator actions (such as changing the password).
7681
7782
### Sign in with your social provider
7883

7984
> [!IMPORTANT]
8085
>
81-
> To sign in with your social provider, make sure you verify your email address with your provider before you begin.
86+
> To sign in with your social provider, you must verify your email address with your provider before you begin.
8287
83-
Optionally, you can sign in to an existing Docker account with your Google or GitHub account. If a Docker account exists with the same email address as the primary email for your social provider, your Docker account will automatically be linked to the social profile. This lets you sign in with your social provider.
88+
You can also sign in to your Docker account with your Google or GitHub account. If a Docker account exists with the same email address as the primary email for your social provider, your Docker account will automatically be linked to the social profile. This lets you sign in with your social provider.
8489

8590
If you try to sign in with your social provider and don't have a Docker account yet, a new account will be created for you. Follow the on-screen instructions to create a Docker ID using your social provider.
8691

@@ -90,8 +95,8 @@ To reset your password, enter your email address on the [Sign in](https://login.
9095

9196
## Troubleshooting
9297

93-
If you have a paid Docker subscription, you can [contact the Support team](https://hub.docker.com/support/contact/).
98+
If you have a paid Docker subscription, you can [contact the Support team](https://hub.docker.com/support/contact/) for assistance.
9499

95-
All Docker users can seek troubleshooting information and support through the following resources, where Docker or the community respond on a best effort basis.
100+
All Docker users can seek troubleshooting information and support through the following resources, where Docker or the community respond on a best effort basis:
96101
- [Docker Community Forums](https://forums.docker.com/)
97102
- [Docker Community Slack](http://dockr.ly/comm-slack)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ keywords: Docker Hub, delete, deactivate, account, account management
77

88
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).
99

10-
>[!Warning]
10+
>[!WARNING]
1111
>
1212
> All Docker products and services that use your Docker account will be inaccessible after deactivating your account.
1313
1414
## Prerequisites
1515

16-
Before deactivating your Docker account, ensure that you meet the following requirements:
16+
Before deactivating your Docker account, ensure you meet the following requirements:
1717

1818
- For owners, you must leave your organization or company before deactivating your Docker account.
1919
To do this:

content/manuals/accounts/manage-account.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ 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. Here you can also take administrative actions for your account and manage your account security.
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.
99

1010
> [!TIP]
1111
>
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 need to contact your administrator to update your settings.
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.
1313
1414
## Update general settings
1515

1616
1. Sign in to your [Docker account](https://app.docker.com/login).
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 here, you can take any of the following actions.
20+
From the Account settings page, you can take any of the following actions.
2121

2222
### Update account information
2323

@@ -57,7 +57,7 @@ You can manage the security settings for your account in Docker Home.
5757

5858
For information on two-factor authentication (2FA) for your account, see [Enable two-factor authentication](../security/for-developers/2fa/_index.md) to get started.
5959

60-
For information on personal access tokens (PAT), see [Create and manage access tokens](../security/for-developers/access-tokens.md).
60+
For information on personal access tokens, see [Create and manage access tokens](../security/for-developers/access-tokens.md).
6161

6262
## Account management
6363

0 commit comments

Comments
 (0)