From 8c179600aebb667c73c320b0867b232e3c4977c7 Mon Sep 17 00:00:00 2001 From: Jerae Duffin Date: Thu, 22 Jul 2021 13:32:08 -0500 Subject: [PATCH] updated managing PAT --- docker-hub/access-tokens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-hub/access-tokens.md b/docker-hub/access-tokens.md index 1900cd4576..9f0e1135b6 100644 --- a/docker-hub/access-tokens.md +++ b/docker-hub/access-tokens.md @@ -8,7 +8,7 @@ Docker Hub lets you create personal access tokens as alternatives to your passwo Using personal access tokens provides some advantages over a password: * You can investigate the last usage of the access token and disable or delete it if you find any suspicious activity. -* When logged in with an access token, you can't perform any admin activity on the account, including changing the password. +* When using an access token, you can't perform any admin activity on the account, including changing the password. It protects your account if your computer is compromised. >**Important** >