Password not remembered - Thunderbird: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
m (added link for profile locations and other minor changes)
Line 1: Line 1:
1.
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.
Line 5: Line 5:
----
----


2.
2.  


It can happen, that you will find no checkbox in thunderbird to remember passwords. Here's the magical verse to change this:
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 [http://kb.mozillazine.org/Profile_folder#Where_is_my_profile_folder.3F 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 the thunderbird.
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);'''


Edit the file at (first make a backup copy, to edit use editor or notepad):
Change the value from '''false''' to '''true'''


C:\Documents and Settings\username\Application Data\Thunderbird\Profiles\h6mw4cfg.default\prefs.js
Close the notepad or editor window and save changes.
(the "username" above would be your user name, and the "h6mw4cfg" might be something else too.)


in the 4th line before the end you find following line:
On the next startup of Thunderbird you should find the checkbox for remembering the password in the password manager.
 
user_pref("signon.rememberSignons", false);
 
change value false into true
 
save file
 
on the next startup of thunderbird you will find the checkbox for remembering the password in the password manager.

Revision as of 04:33, 20 July 2005

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.


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 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

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.