From 8f4c213dadf52be3d5faf6f3814dedb694b9529c Mon Sep 17 00:00:00 2001 From: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:52:28 -0800 Subject: [PATCH] Callout limitation with convert account (#19212) * add callout and remove reference to paid sub * implement feedback --- content/admin/convert-account.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/admin/convert-account.md b/content/admin/convert-account.md index c57fb1a954..a75ae1efe3 100644 --- a/content/admin/convert-account.md +++ b/content/admin/convert-account.md @@ -6,9 +6,14 @@ aliases: - /docker-hub/convert-account/ --- +> **Tip** +> +> You can convert your personal account with a Docker Personal subscription to an organization. If you need to convert a personal account with a Docker Pro subscription, [contact support](https://hub.docker.com/support/contact). +{ .tip } + You can convert an existing user account to an organization. This is useful if you need multiple users to access your account and the repositories that it’s connected to. Converting it to an organization gives you better control over permissions for these users through [teams](manage-a-team.md) and [roles](roles-and-permissions.md). -When you convert a user account to an organization, the account is migrated to a Team plan that requires a paid subscription. For more information, see [Docker Pricing](https://www.docker.com/pricing). +When you convert a user account to an organization, the account is migrated to a Docker Team plan. > **Important** >