mirror of
https://github.com/docker/compose.git
synced 2025-07-24 06:04:57 +02:00
Merge pull request #1952 from amineck/pat_suggest_url
Update personal access token url
This commit is contained in:
commit
657025eb94
@ -29,7 +29,7 @@ import (
|
|||||||
const (
|
const (
|
||||||
// patSuggestMsg is a message to suggest the use of PAT (personal access tokens).
|
// 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.
|
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 represents a docker personal access token prefix.
|
||||||
patPrefix = "dckrp_"
|
patPrefix = "dckrp_"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user