Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Mozilla 도움말 검색

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

자세히 살펴보기

Does the master password function automatically enter other sites' usernames and passwords when you access those sites, or are they still manually entered?

  • 4 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: cor-el

more options

Does master password enter user names and passwords automatically, or does the user still have to manually enter that info?

Does master password enter user names and passwords automatically, or does the user still have to manually enter that info?

선택된 해결법

Yes, after you have defined a master password, you will be prompted to enter it when Firefox needs to access your stored passwords. This will "unlock" the usernames and passwords that you've saved and Firefox will automatically fill them in for you as you browse from website to website.

When you are done using the web, you can quit Firefox to "lock up" your usernames and passwords.

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (4)

more options

선택된 해결법

Yes, after you have defined a master password, you will be prompted to enter it when Firefox needs to access your stored passwords. This will "unlock" the usernames and passwords that you've saved and Firefox will automatically fill them in for you as you browse from website to website.

When you are done using the web, you can quit Firefox to "lock up" your usernames and passwords.

more options

The Master Password only encrypts the names and passwords that are stored in the Password Manager. Nothing else changes and Firefox will fill the name automatically unless autocomplete="off" is used on the web page or you set signon.autofillForms to false on the about:config page.

more options

unit91 said

Does master password enter user names and passwords automatically, or does the user still have to manually enter that info?

Does not automatically fill in anything. How can I fix this?

more options

Did you check whether Firefox is not in Private Browsing mode?

Firefox can only fill the name and password if there is only one name/password combination saved. You can right-click in the input field and select Inspect Element to open the Inspector to see the page code of that element. If that element or its containing form has an autocomplete="off" attribute then Firefox won't fill the name as well automatically.