Merge pull request #1952 from amineck/pat_suggest_url

Update personal access token url
This commit is contained in:
Lorena Rangel 2021-07-27 16:11:41 +02:00 committed by GitHub
commit 657025eb94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import (
const (
// patSuggestMsg is a message to suggest the use of PAT (personal access tokens).
patSuggestMsg = `Logging in with your password grants your terminal complete access to your account.
For better security, log in with a limited-privilege personal access token. Learn more at https://docs.docker.com/docker-hub/access-tokens/`
For better security, log in with a limited-privilege personal access token. Learn more at https://docs.docker.com/go/access-tokens/`
// patPrefix represents a docker personal access token prefix.
patPrefix = "dckrp_"