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

allow empty password #107

Merged
merged 1 commit into from
Feb 10, 2022
Merged

allow empty password #107

merged 1 commit into from
Feb 10, 2022

Conversation

bdeshi
Copy link
Contributor

@bdeshi bdeshi commented Jan 15, 2022

It's possible for a kdbx database to be protected by no password.
for example, I maintain a db that's only protected by a keyfile.
but keepmenu was not accepting an empty password. So I've made some minor changes to allow that.

Empty password may be provided by:

  1. pressing enter without typing anything at the password prompt.
  2. Keeping the password_X field empty in config.
    [database]
    ...
    password_1 =
    ...

@bdeshi bdeshi mentioned this pull request Feb 10, 2022
@bdeshi
Copy link
Contributor Author

bdeshi commented Feb 10, 2022

fixes #108

@firecat53 firecat53 merged commit 8ebbf3b into firecat53:main Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants