Autofill does not fill username field
Hello, I'm really confused about the autofill feature. I've been using this feature for years and noticed that on some website the password field is filled in, but the username is not. I searched the support pages and forum topics, and it seems that is a very common issue. According to what I read, it could be either:
- The webmaster decided to tell the browser not to fill in the username, but let the password to be filled in.
- The webpage use some out of standard approach to name the username field, so Firefox is unable to recognize it.
What annoys me is that there's no way to understand if it's the first or the second case, so you just accept it.
It would be very helpful if Firefox could:
- Provide a way to understand what the real problem is.
- Add an option to override moronic security approach of the web designer, so the "do-not-fill-in-this-field" property is overridden.
Thanks to everyone who took the time to read this!
All Replies (1)
Hi. I think that Firefox expects that the username and password fields are adjacent in the DOM with no other input field between the two. So if there are other fields present then Firefox may fail the recognize either field. There are also websites that use fake input fields and copy to content to the actual field once you leave either field.
You can check the structure on a webpage in the page inspector to see what a website is using. You can right-click and select "Inspect" to open the built-in Inspector with this element selected.