Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xkcd style passwords no longer support German #2223

Closed
dotcs opened this issue May 17, 2022 · 0 comments · Fixed by #2224
Closed

xkcd style passwords no longer support German #2223

dotcs opened this issue May 17, 2022 · 0 comments · Fixed by #2224

Comments

@dotcs
Copy link
Contributor

dotcs commented May 17, 2022

Summary

With the changes introduced in #2187, xkcd-style passwords can no longer be created with the German language. Those changes were part of the 1.14.1 release.

Steps To Reproduce

With gopass v1.14.1:

$ gopass pwgen --help
[...]
   --lang value, --xkcdlang value, --xl value  Language to generate password from, currently de (german) and en (english, default) are supported (default: "en")
[...]

$ ./gopass pwgen --xkcd --xl de
2022/05/17 14:30:22 failed to use wordlist for lang de: language "de" has no matching wordlist

Expected behavior

Since the support for German language has been dropped on purpose, the cli help and autocompletion should no longer show them.

Environment

  • OS: Linux
  • OS version: Linux 5.15.32-1-MANJARO #_1 SMP PREEMPT Mon Mar 28 09:16:36 UTC 2022 x86_64 GNU/Linux
  • gopass Version: 1.14.1
  • Installation method: from source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant