Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Mozilla 도움말 검색

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

자세히 살펴보기

"Remember password" box cannot be checked and passwords are not being saved.

  • 5 답장
  • 1 이 문제를 만남
  • 154 보기
  • 최종 답변자: sfhowes
  • 해결된 질문

Thanks in advance for your help.

I want Thunderbird to save my email passwords for both incoming and outgoing mail for several accounts (both POP3 and IMAP). I currently see no entries under "Saved Passwords". As far as I can tell, the only way to trigger password saving is at the point of creating a new account, by checking the "Remember password" box. However, that box remains gray and is unable to be checked. I'm running Thunderbird 115.13.0 (up-to-date) on Windows 11, and get the same results with/without Norton 360 or other similar utilities installed/running. All help will be much appreciated!

Thanks in advance for your help. I want Thunderbird to save my email passwords for both incoming and outgoing mail for several accounts (both POP3 and IMAP). I currently see no entries under "Saved Passwords". As far as I can tell, the only way to trigger password saving is at the point of creating a new account, by checking the "Remember password" box. However, that box remains gray and is unable to be checked. I'm running Thunderbird 115.13.0 (up-to-date) on Windows 11, and get the same results with/without Norton 360 or other similar utilities installed/running. All help will be much appreciated!

선택된 해결법

If you've used the same profile over several versions of TB, there might be some obsolete file that is affecting the passwords. I recall there was an issue with secmod.db.

If you can't find the source of the problem, try adding an IMAP account to a new profile and see if it works correctly. Help/Troubleshooting Info, about:profiles, to create and manage profiles. The current profile is unaffected, and if the new one works, data can be transferred from the old to the new.

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

모든 댓글 (5)

Do you have Norton Password Manager affecting TB passwords? Normally, a password can be changed by removing it from Saved Passwords, restarting TB, entering the new password in the prompt and checking the box to have it stored in Saved Passwords. This is for accounts with 'normal password' authentication, and is a bit different with other types of authentication. If there are no entries in Saved Passwords, it often points to an external app that is managing passwords.

Thanks, sfhowes. I do not have Norton Password Manager installed, and have (temporarily) removed Norton 360. I do use Bitwarden as a password manager, but it is set up more as a reference rather than to autofill or manage passwords. There are no passwords in "Saved Passwords", and when I get the password entry prompt at login, there is no box to choose to save the password. I wonder if this is a result of an older preference setting? I used Seamonkey for years and moved to Thunderbird a few years ago.

글쓴이 linda.snider 수정일시

선택된 해결법

If you've used the same profile over several versions of TB, there might be some obsolete file that is affecting the passwords. I recall there was an issue with secmod.db.

If you can't find the source of the problem, try adding an IMAP account to a new profile and see if it works correctly. Help/Troubleshooting Info, about:profiles, to create and manage profiles. The current profile is unaffected, and if the new one works, data can be transferred from the old to the new.

sfhowes, we have liftoff! Deleting secmod.db (actually renaming it...) did allow passwords to be saved. However I also first needed to create a user.js file containing just the line:

   user_pref("signon.rememberSignons", true);

(with a few comments). I had also renamed logins.json, key3.db, and key4.db, but these deletions did not appear to make any difference. Thunderbird did NOT create new key3.db or secmod.db files, but did create new key4.db and login.json files. Thanks very much indeed for your help!

To reset all passwords, the usual advice is to delete or rename logins.json, key4.db and cert9.db, all of which are recreated automatically when TB restarts. key3.db is left over from old versions. It shouldn't be necessary to create a user.js file, as the preference signon.rememberSignons is accessible in Settings/General, Config. editor (default is true).

This topic further illustrates why I always create a new profile for the major, annual releases, despite TB people asserting that this is unnecessary.