Skip to content
Discussion options

You must be logged in to vote

This is a confirmed application bug, not a misunderstanding of the setting. The exact issue has already been fixed on master.

The faulty path is in PasswordVaultLoader. The passphrase dialog returned a Credentials object containing both the password and the state of the Save Password checkbox, but the old code copied only getPassword() into a new VaultCredentials. It discarded the checkbox state. The new vault credentials could therefore still be treated as saved, and the loader then wrote Cryptomator Passphrase (...) to Keychain.

Commit 59ab388 — Copy save flag from prompt fixes both the initial unlock and retry paths by doing the equivalent of:

credentials = new VaultCredentials(input.g…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dkocher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
cryptomator Cryptomator Vault
2 participants