You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Memorable passwords generated with --strict will now have at least one capitalized word.
Closes#1984
RELEASE_NOTES=[FEATURE] Add capitalized words to memorable passwords
Signed-off-by: Elijah J. Passmore <elijah@elijahjpassmore.com>
Co-authored-by: Yolan Romailler <AnomalRoil@users.noreply.github.com>
kpitt
pushed a commit
to kpitt/gopass
that referenced
this issue
Jul 21, 2022
Memorable passwords generated with --strict will now have at least one capitalized word.
Closesgopasspw#1984
RELEASE_NOTES=[FEATURE] Add capitalized words to memorable passwords
Signed-off-by: Elijah J. Passmore <elijah@elijahjpassmore.com>
Co-authored-by: Yolan Romailler <AnomalRoil@users.noreply.github.com>
Summary
When you
gopass generate -g memorable
, it produces only lowercase passwords. When combined with--strict
, uppercase some letters please?Steps To Reproduce
gopass generate -g memorable -s --strict test 15
outputs like
alphabet5]soup4,
Expected behavior
a password with a member from each class, including uppercase
A-Z
, likeAlphabet5]soup4,
Environment
The text was updated successfully, but these errors were encountered: