Skip to content

Draft: Password manager should autofill forms more aggressively

Michael Catanzaro requested to merge mcatanzaro/password-manager into master

Currently the password manager will only fill passwords if the origin, form target origin, username, name of username element, and name of password element all match what is stored in the keyring. In practice, this is just too strict because some websites do weird stuff with their forms. Changing the form before submission might seem weird, but it's actually tame compared to other weird stuff websites do with their forms.

Edited by Michael Catanzaro

Merge request reports