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’.

Learn More

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

For form data, is there a way to not show the content (username/pw) until the first or 2 characters are typed? I don't like it when just clicking shows it all!!

  • 6 antwoorden
  • 1 heeft dit probleem
  • 3 weergaven
  • Laatste antwoord van firefoxuserme

more options

I've saved Username and password for many sites, and when I visit such sites, I can just click on the username field and it automatically lets me click and user the username and password. I thought that was not so private especially if someone happen to just be near my laptop. Could you include a security/privacy feature wherein one has to type the first or two initial characters in the username before Firefox lets you see or click on the credentials? Thank you.

I've saved Username and password for many sites, and when I visit such sites, I can just click on the username field and it automatically lets me click and user the username and password. I thought that was not so private especially if someone happen to just be near my laptop. Could you include a security/privacy feature wherein one has to type the first or two initial characters in the username before Firefox lets you see or click on the credentials? Thank you.

Alle antwoorden (6)

more options

Note that there is a signon.autofillForms pref to prevent Firefox from filling the name automatically.

You can open the about:config page via the location/address bar. You can accept the warning and click "I'll be careful" to continue.

more options

cor-el said

Note that there is a signon.autofillForms pref to prevent Firefox from filling the name automatically. You can open the about:config page via the location/address bar. You can accept the warning and click "I'll be careful" to continue.

it didn't solve the issue when I changed the boolean to false.

more options

Hi, perhaps instead of using the Password Manager - Password Manager - Remember, delete and edit logins and passwords in Firefox, you could use the Auto Form Fill - Control whether Firefox automatically fills in forms, which will only remember your user name and not password.

more options

Scribe said

Hi, perhaps instead of using the Password Manager - Password Manager - Remember, delete and edit logins and passwords in Firefox, you could use the Auto Form Fill - Control whether Firefox automatically fills in forms, which will only remember your user name and not password.

That didn't do it either. I think that's something that needs to be updated with Firefox or someone needs to come up with extension. thank all

more options

A custom style rule in userChrome.css can target #PopupAutoComplete, the listbox which is overlaid immediately below the control. But the way it attaches to the page there is no direct relationship to the form control it belongs with that would allow showing/hiding it based on pure CSS. So I agree an extension (or a change to Firefox, but those can take a long time) is required.

You can propose a new add-on here and see if anyone takes up the challenge: https://discourse.mozilla-community.org/c/add-ons

more options