diff options
author | Werner Koch <wk@gnupg.org> | 2021-08-18 10:33:31 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2021-08-18 10:33:31 +0200 |
commit | c622cf59fd5ac647afd1af561e10705df54acd86 (patch) | |
tree | 1eca3970c65e1fa5a293de320dcaad21e98b4191 /doc/help.txt | |
parent | agent: Make QT_QPA_PLATFORMTHEME=qt5ct work for the pient (diff) | |
download | gnupg2-c622cf59fd5ac647afd1af561e10705df54acd86.tar.xz gnupg2-c622cf59fd5ac647afd1af561e10705df54acd86.zip |
doc: Add sample texts for Pinentry hints
--
Diffstat (limited to '')
-rw-r--r-- | doc/help.txt | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/doc/help.txt b/doc/help.txt index 4d748c4e7..9f056c3e0 100644 --- a/doc/help.txt +++ b/doc/help.txt @@ -32,7 +32,7 @@ # territory (.e.g. "de_DE"), LL denotes just the locale name # (e.g. "de"). The first matching item is returned. To put a dot or # a hash mark at the beginning of a help text line, it needs to be -# prefixed with ". ". A single dot may be used to terminated ahelp +# prefixed with ". ". A single dot may be used to terminated a help # entry. .#pinentry.qualitybar.tooltip @@ -52,6 +52,32 @@ configured passphrase constraints. . +.#pinentry.constraints.hint.short +# [remove the hash mark from the key to enable this hint] +# This entry is used by some pinentries to display a hint about +# enabled passphrase constraints. These constraints are configurable +# and the admin may give a hint about them by using this help entry. +Please use letters and digits. +. + + +.#pinentry.constraints.hint.long +# [remove the hash mark from the key to enable this hint] +# This entry is used by some pinentries to show a tooltip with more +# information about the configured passphrase constraints. +Please use letters and digits. +Extra constraints are enforced, for example +the use of common car number plates. +. + + +.#pinentry.formatted_passphrase.hint", +# [remove the hash mark from the key to enable this hint] +# If this entry is not set a standard text is shown +Note: The blanks are not part of the passphrase. +. + + .gnupg.agent-problem # There was a problem accessing or starting the agent. It was either not possible to connect to a running Gpg-Agent or a |