Password not remembered - Thunderbird: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(cleanup)
Line 1: Line 1:
{{cleanup}}
===Server is down===
 
1.


If a server is down, Thunderbird will forget your password and will keep asking you to re-enter it till it connects to the server or until you Cancel, whichever comes first.
If a server is down, Thunderbird will forget your password and will keep asking you to re-enter it till it connects to the server or until you Cancel, whichever comes first.


----
===No checkbox to remember passwords===
 
2.
 
It can happen that you will find no checkbox in Thunderbird to remember passwords. To change this, you will need to edit the '''prefs.js''' file, located in the [[Profile_folder#Thunderbird | Thunderbird profile folder]].  For example, in Windows XP a typical '''prefs.js''' file location would be C:\Documents and Settings\"username"\Application Data\Thunderbird\Profiles\xxxxxxxx.default\
 
Close Thunderbird and open the prefs.js file in notepad or other editor (make a backup copy of prefs.js first, as a precaution).
 
Find the following line: '''user_pref("signon.rememberSignons", false);'''


Change the value from '''false''' to '''true'''
It can happen that you will find no checkbox in Thunderbird to remember passwords. To change this, you will need to edit the prefs.js file, located in the [[Profile_folder#Thunderbird | Thunderbird profile folder]].


Close the notepad or editor window and save changes.
#Close Thunderbird and open the prefs.js file in Notepad or another editor (make a backup copy of prefs.js first, as a precaution).
#Find the following line: '''user_pref("signon.rememberSignons", false);'''
#Change the value from '''false''' to '''true'''.
#Close the Notepad or editor window and save changes.
#On the next startup of Thunderbird you should find the checkbox for remembering the password in the password manager.


On the next startup of Thunderbird you should find the checkbox for remembering the password in the password manager.
Instead of editing prefs.js, you can change the same setting via [[about:config]].


[[Category:Issues (Thunderbird)]]
[[Category:Issues (Thunderbird)]]
[[Category:Privacy and security]]
[[Category:Privacy and security]]

Revision as of 07:13, 30 October 2005

Server is down

If a server is down, Thunderbird will forget your password and will keep asking you to re-enter it till it connects to the server or until you Cancel, whichever comes first.

No checkbox to remember passwords

It can happen that you will find no checkbox in Thunderbird to remember passwords. To change this, you will need to edit the prefs.js file, located in the Thunderbird profile folder.

  1. Close Thunderbird and open the prefs.js file in Notepad or another editor (make a backup copy of prefs.js first, as a precaution).
  2. Find the following line: user_pref("signon.rememberSignons", false);
  3. Change the value from false to true.
  4. Close the Notepad or editor window and save changes.
  5. On the next startup of Thunderbird you should find the checkbox for remembering the password in the password manager.

Instead of editing prefs.js, you can change the same setting via about:config.