Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ Security Notice
As you should never approve any process elevation (run as admin) if you don't trust an application (because otherwise they can do almost anything), you should never sign Windows Hello prompt if you did not request it, especially when using the persistent storage.
In those cases your both passwords and PC are at risk.

Quick unlock is not account recovery. Keep your KeePass master password, key files, and recovery info safe.

Our plugin prompts you to authorize Windows Hello only in the following cases:

* You prompted to decrypt KeePass database.
Expand Down
56 changes: 52 additions & 4 deletions src/Settings/OptionsPanel.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/Settings/OptionsPanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ private OptionsPanel(IKeyManager keyManager, UIContextManager uiContextManager)
_uiContextManager = uiContextManager;
uacIcoPanel.Paint += OnPaint_ElevatedIconPanel;
keyCreateIcoPanel.Paint += OnPaint_KeyCreateIconPanel;
recoveryNoticeIcoPanel.Paint += OnPaint_KeyCreateIconPanel;
}

protected override void OnLoad(EventArgs e)
Expand Down