palant / pfp

A simple and secure browser extension to be used with KeePass databases.
https://pfp.works/
Mozilla Public License 2.0
114 stars 14 forks source link

Fill in focused field only #16

Closed Noitidart closed 8 years ago

Noitidart commented 8 years ago

I focused the text field, then clicked fill in. I expected it to fill just the currently focused field. But it filled out all 3 fields. I was changing my password, so it overwrote the old password field.

https://www.textnow.com/account#/changepassword

palant commented 8 years ago

Filling in focused field only appears to be a common expectation. I guess Easy Passwords should look at the focused field first and only fall back to filling out everything if the focused field isn't a password field.

Noitidart commented 8 years ago

Thanks! I was just curious, what scenarios did you encounter where more then one field needed to be auto filled? The only other that I can imagine is having to fill out two fields for "Password" and "Confirm Password" during password changes/registration.

palant commented 8 years ago

The typical scenario are pages with more than one form, e.g. pages featuring both a registration and a login form. Before trying to guess which one you are using, it's easier to fill out all.

Noitidart commented 8 years ago

Oh! That makes sense. Cool I'm loving this thanks!