pfn / passifox

Extensions to allow Chrome and Firefox (4.0+) to auto form-fill passwords from KeePass (requires KeePassHttp)
GNU General Public License v3.0
908 stars 186 forks source link

Automatically unlock database if closed #679

Closed piegamesde closed 6 years ago

piegamesde commented 6 years ago

My database locks automatically after 5 Minutes. When I want to sign in:

Instead I'd like to have:

Is this possible?

Mark-Booth commented 6 years ago

Be careful what you wish for. I've been forced to live with this behaviour with other browser extensions and it can be incredibly annoying.

Certainly if this were to be offered, I would want it to be configurable, and I would disable it.

piegamesde commented 6 years ago

It is even more annoying if you have to do four additional things in addition to just typing in the password.

Mark-Booth commented 6 years ago

This is why I suggested it be an option.

I find it annoying having dialogs pop up over what I'm trying to do, while you think not having them pop up is more annoying. In actuality, you may well find it more annoying than you expect, hence my comment that you be careful what you wish for.

Selfishly, I don't want my user experience to suffer in order that your user experience might (or might not) be enhanced.

piegamesde commented 6 years ago

I'm a great fan of making things optional, so this feature should be too. Apparently, the database can be unlocked by calling keepass --unlock-all and it will do exactly what I want.

This will require a list of URLs to be stored by ChromeIPass so that it can find out when to ask for unlocking the database though.

For now, I'll make a global shortcut for that command as a workaround and it will make it one step faster.

piegamesde commented 6 years ago

In the KeePassHTTP options, there is a checkbox "Request for unlocking the database if it is locked" and it does exactly what I need.