From 9b9a351c36ac39b7b657e0eaee4ec781614f42f0 Mon Sep 17 00:00:00 2001 From: Sarah Date: Tue, 1 Oct 2024 14:53:39 -0400 Subject: [PATCH 1/2] Fix for admin doc and relative path URL --- content/manuals/admin/convert-account.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/manuals/admin/convert-account.md b/content/manuals/admin/convert-account.md index 2016727a2c..9d19d5416a 100644 --- a/content/manuals/admin/convert-account.md +++ b/content/manuals/admin/convert-account.md @@ -45,6 +45,8 @@ Consider the following effects of converting your account: - The user account that you add as the first owner will have full administrative access to configure and manage the organization. +- Converting a user account to an organization will delete all of the user's personal access tokens. See [Create an access token](/security/for-developers/access-tokens/#create-an-access-token) for steps on creating personal access tokens after converting the user account. + ## Convert an account into an organization 1. Ensure you have removed your user account from any company or teams or organizations. Also make sure that you have a new Docker ID before you convert an account. See the [Prerequisites](#prerequisites) section for details. From 656d6b111fe34360ae81e622407da9a34b4a54fe Mon Sep 17 00:00:00 2001 From: Sarah Sanders Date: Wed, 2 Oct 2024 12:23:00 -0700 Subject: [PATCH 2/2] Update content/manuals/admin/convert-account.md Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/manuals/admin/convert-account.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/admin/convert-account.md b/content/manuals/admin/convert-account.md index 9d19d5416a..f259f17185 100644 --- a/content/manuals/admin/convert-account.md +++ b/content/manuals/admin/convert-account.md @@ -45,7 +45,7 @@ Consider the following effects of converting your account: - The user account that you add as the first owner will have full administrative access to configure and manage the organization. -- Converting a user account to an organization will delete all of the user's personal access tokens. See [Create an access token](/security/for-developers/access-tokens/#create-an-access-token) for steps on creating personal access tokens after converting the user account. +- Converting a user account to an organization will delete all of the user's personal access tokens. See [Create an access token](/manuals/security/for-developers/access-tokens.md#create-an-access-token) for steps on creating personal access tokens after converting the user account. ## Convert an account into an organization