Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Learn More

There is no key icon on my tool bar - how do I save passwords for sites I visit frequently

  • 8 odgovorov
  • 3 imajo to težavo
  • 17 ogledov
  • Zadnji odgovor od cor-el

more options

I changed my password for an account I visit frequently and removed the old password from my saved password file. When I signed in using my new password, I was not given the opportunity to save it — how do I get the key icon to show itself so I can save my new password

I changed my password for an account I visit frequently and removed the old password from my saved password file. When I signed in using my new password, I was not given the opportunity to save it — how do I get the key icon to show itself so I can save my new password

Vsi odgovori (8)

more options

I'm afraid the firefox must've failed to detect, that a new password is being entered. Is it possible to tell us, on which site this problem occurs?

more options

Make sure that you do not run Firefox in permanent Private Browsing mode (Never remember history).

  • Firefox > Preferences > Privacy > Firefox will: "Use custom settings for history"
  • Deselect: [ ] "Always use private browsing mode"
more options

It is set to remember history

more options

The website might be using autocomplete=off to prevent Firefox from saving form data like name and password.

Note that Firefox won't auto-fill saved form data automatically when autocomplete=off is used, so double-click the empty name field to get a drop-down list.

more options

Autocomplete works for my user name

In addition when I log in with Safari - everything works

more options

If autocomplete only works for the user name then is likely done via the regular form autocomplete and not by the Password Manager as that would fill a password as well.

You can right-click the name input field and open the built-in Inspector via Inspect Element. You can see if there is an autocomplete=off attribute and click the "off" text to edit this value and change it "off" to "on", so you get autocomplete="on". Repeat this for the password input field, so both fields have an autocomplete="on" attribute.

Note that autocomplete="off" can be an attribute of the form tag that contains the log in input fields.

Spremenil cor-el

more options

That's ridiculous. I am not a programmer and allmI get is a bunch of code.

Everything worked fine until I changed my password and now it will not allow me to remember my new password. The key icon is not displayed when I try to sign on.

more options

If you could post a link to the web page with this log in form then we can check the code to see if autocomplete=off is present.