We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The usesymbols config is not respected in the config file. (The CLI arguments -s is needed even when usesymbols: true.
usesymbols
-s
usesymbols: true
true
gopass generate test
The generated password should have symbols in it (but it does not contain any symbol).
The text was updated successfully, but these errors were encountered:
Fix sub store config propagation
13fb37c
Fixes gopasspw#836
Fix sub store config propagation (#837)
2caea48
Fixes #836
Fix sub store config propagation (gopasspw#837)
457c831
dominikschulz
No branches or pull requests
Summary
The
usesymbols
config is not respected in the config file. (The CLI arguments-s
is needed even whenusesymbols: true
.Steps To Reproduce
usesymbols
totrue
in the config file.gopass generate test
.Expected behavior
The generated password should have symbols in it (but it does not contain any symbol).
Environment
The text was updated successfully, but these errors were encountered: