Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Vanwege onderhoudswerkzaamheden die uw ervaring zouden moeten verbeteren, heeft deze website beperkte functionaliteit. Als een artikel uw probleem niet verhelpt en u een vraag wilt stellen, kan onze ondersteuningsgemeenschap u helpen in @FirefoxSupport op Twitter en /r/firefox op Reddit.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

How can FF 8 be forced to ignore a site's 'autocomplete="off"'?

  • 8 antwoorden
  • 7 hebben dit probleem
  • 1 weergave
  • Laatste antwoord van ral

more options

Autocomplete of user name and password Fails in Firefox 8, at least for sites that have 'autocomplete="off"' in the relevant script.

This problem was solved for FF 3 by editing the ...\components\nsLoginManager.js file. FF 4 and 8 do not use that file.

The user name and password are correct in the "Saved Passwords" file.

Autocomplete of user name and password Fails in Firefox 8, at least for sites that have 'autocomplete="off"' in the relevant script. This problem was solved for FF 3 by editing the ...\components\nsLoginManager.js file. FF 4 and 8 do not use that file. The user name and password are correct in the "Saved Passwords" file.

Bewerkt door ral op

Alle antwoorden (8)

more options

Remember Password bookmarklet:
https://www.squarefree.com/bookmarklets/forms.html#remember_password

Just drag that Bookmarklet in to your bookmarks, toolbar or drop-down list, and click that Bookmarklet like you would click on a bookmark before you you submit your login to the website.

more options

Gekozen oplossing

more options

cor-el:

I have and use the addon (https://addons.mozilla.org/firefox/addon/saved-password-editor/). It is useful for getting the login data remenbered, but does not get it used to fill in the form.

Bewerkt door ral op

more options

the-edmeister:

You didn't read my post. I said:

       The user name and password are correct in the
       "Saved Passwords" file.

The problem is not getting the login data remembered, it is getting it used to fill in the form.

Bewerkt door ral op

more options

Firefox won't autofill names and passwords if the the site uses autocomplete=off

You can make Firefox store the name and password, but you have to double-click in the name field to get the drop down list and select the name from it.

more options

cor-el:

Hmmm. There is at least one site for which this doesn't work, https://www.chase.com/ChaseCreditCard.html. Although it uses 'autocomplete="off"', there must be some other mechanism at work. Thanks for your help. I need to do some research before I can make a reasonable determination as to whether the autocomplete="off" problem is solved.

more options

Firefox doesn't like the way that the three forms of that login section are coded.

They are coded in between TR elements of a table and that causes Firefox to close each form tag, so the input fields are not in the forms according to the DOM Inspector and if you look at the "View Selection Source" (generated) source.
All the three forms have autocomplete=off, but the individual input fields haven't.
I have no idea what effect this has on the password manager.

more options

Thank you cor-el. I think this is as close to a solution as it is possible for me to get with FF 8 at present, but for the time being I have gone back to 3.6.17, where with the addon almost everything works just as I want it to.

Bewerkt door ral op