smorks / keepasshttp-connector

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

HTTP Auth dialog credentials not selectable #81

Open Hativ opened 6 years ago

Hativ commented 6 years ago

If "Auto fill HTTP Auth dialogs and send them" is disabled chromeIPass allows to select from credentials entries and fills in user and password, but KeePassHttp-Connector does not.

smorks commented 6 years ago

yes, the behavior was changed to make the option clearer.

with the option off, it doesn't try and auto-fill any auth dialogs with the option on, it auto-fills auth dialogs where one set of credentials are found, otherwise you have to click on the KeePassHttp-Connector icon and select the credentials you want to use.

Hativ commented 6 years ago

I would like to have the option off (I do not use auto-fill at all) and want to click on the KeePassHttp-Connector icon and select the credentials I want to use even there is just one credential entry like it was possible with chromeIPass.

smorks commented 6 years ago

i could add a third option to always prompt for credentials, but i don't know why you would want it that way when there is only one credential entry found?

Hativ commented 6 years ago

That would be nice.

I do not use auto-fill because I want to see if HTTP auth is working. If I would use auto-fill (what automatically sends the credentials, too) I wouldn't see any difference between disabled HTTP auth ( = access for everyone) or that feature.

Another option would be to disable the automatically sending of the credentials, but to automatically fill in the credentials, if that would be possible.