From ef407fee0ba34b406f73ad0968dfad911d465d55 Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 6 May 2025 13:01:52 +0200 Subject: [PATCH 1/2] Added PAT explanation for Mendix platform --- content/en/docs/refguide/version-control/on-premises-git.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/refguide/version-control/on-premises-git.md b/content/en/docs/refguide/version-control/on-premises-git.md index 393733bb8a4..81939b9c564 100644 --- a/content/en/docs/refguide/version-control/on-premises-git.md +++ b/content/en/docs/refguide/version-control/on-premises-git.md @@ -44,6 +44,8 @@ To use PAT (or another equivalent), you need to specify it in the **Password** f {{< figure src="/attachments/refguide/version-control/on-premises-git/sign-in-dialog.png" alt="Sign In dialog" class="no-border" >}} +{{% alert color="info" %}}When using a PAT for the Mendix platform, fill in your email in the username field. [Read here](/community-tools/mendix-profile/user-settings/#pat) how to create a PAT for the Mendix platform.{{% /alert %}} + Currently Mendix keeps PAT using operating system supported solutions: * For Windows, Mendix uses a credential locker mechanism, accessible to users by using Credential Manager. From ea126f35567648af6793dbd9799810d5eec00b79 Mon Sep 17 00:00:00 2001 From: Maria Shaposhnikova <38249778+MariaShaposhnikova@users.noreply.github.com> Date: Tue, 6 May 2025 15:06:16 +0200 Subject: [PATCH 2/2] Review --- content/en/docs/refguide/version-control/on-premises-git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/refguide/version-control/on-premises-git.md b/content/en/docs/refguide/version-control/on-premises-git.md index 81939b9c564..c8679e71b0e 100644 --- a/content/en/docs/refguide/version-control/on-premises-git.md +++ b/content/en/docs/refguide/version-control/on-premises-git.md @@ -44,7 +44,7 @@ To use PAT (or another equivalent), you need to specify it in the **Password** f {{< figure src="/attachments/refguide/version-control/on-premises-git/sign-in-dialog.png" alt="Sign In dialog" class="no-border" >}} -{{% alert color="info" %}}When using a PAT for the Mendix platform, fill in your email in the username field. [Read here](/community-tools/mendix-profile/user-settings/#pat) how to create a PAT for the Mendix platform.{{% /alert %}} +{{% alert color="info" %}}When using a PAT for the Mendix platform, fill in your email in the **Username** field. For more information on how to create a PAT for the Mendix platform, see the [Personal Access Tokens](/community-tools/mendix-profile/user-settings/#pat) section in *User Settings*.{{% /alert %}} Currently Mendix keeps PAT using operating system supported solutions: