본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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

  • 8 답장
  • 3 이 문제를 만남
  • 17 보기
  • 최종 답변자: 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

모든 댓글 (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.

글쓴이 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.