Skip to content

[feat] Allow supression of password generation in create templates #2821

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

Merged
merged 3 commits into from
Mar 13, 2024

Conversation

dominikschulz
Copy link
Member

@dominikschulz dominikschulz commented Mar 10, 2024

This PR adds a new always_prompt boolean that allows suppressing the question that ask for generating a password in create templates. Use this if you always want to force entering the credentials, e.g. if you use a specific template for vendor-supplied credentials.

Fixes #2819

@dominikschulz dominikschulz added the feature Enhancements and new features label Mar 10, 2024
@dominikschulz dominikschulz added this to the 1.15.12 milestone Mar 10, 2024
This PR adds a new always_prompt boolean that allows suppressing the
question that ask for generating a password in create templates. Use
this is you always want to force entering the credentials, e.g. if
you use a specific template for vendor-supplied credentials.

Fixes gopasspw#2819

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
The messages have changed and the removed one is not expected anymore.

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
@dominikschulz dominikschulz merged commit 9edbf30 into gopasspw:master Mar 13, 2024
@dominikschulz dominikschulz deleted the fix/issue-2819 branch March 13, 2024 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Enhancements and new features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FR] In a gopass create template, how do I specify that password should not be generated?
1 participant