搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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 个回答
  • 1 人有此问题
  • 3 次查看
  • 最后回复者为 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.

所有回复 (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