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

fix: Ask user to confirm generated passphrase before invocing pinentry #3035

Merged
merged 2 commits into from
Feb 10, 2025

Conversation

dominikschulz
Copy link
Member

This is to avoid users not seeing their generated password if using e.g. pinentry curses UI.

Fixes #3030

This is to avoid users not seeing their generated password if using e.g.
pinentry curses UI.

Fixes gopasspw#3030

Signed-off-by: Dominik Schulz <[email protected]>
@dominikschulz dominikschulz added the ux User experience / User Interface related label Jan 12, 2025
@dominikschulz dominikschulz added this to the 1.15.16 milestone Jan 12, 2025
This way generating the ID might fail, but at least we don't have to
do ugly API changes to figure out a clean way to delete an ID file
after a failed setup attempt.

Signed-off-by: Dominik Schulz <[email protected]>
@dominikschulz dominikschulz merged commit 4302be1 into gopasspw:master Feb 10, 2025
4 of 8 checks passed
@dominikschulz dominikschulz deleted the fix/issue-3030 branch February 10, 2025 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ux User experience / User Interface related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gopass setup --crypto age conceals generated passphrase, making setup impossible
2 participants