Reset Lost or Forgotten Mozilla Thunderbird 3 Master Password

by Manpreet Singh Rehsi on December 11, 2009

in Articles & Tips,Email / Chatting

thunderbird3 150x150 Reset Lost or Forgotten Mozilla Thunderbird 3 Master PasswordThere might be times when you have lost or forgotten the Master Password of Mozilla Thunderbird. Just like this happened with me when I upgraded my email client to latest version Thunderbird 3. After upgrading the client started asking me for Master Password which I didn’t remember, I tried some of my common password but it didn’t work so I searched for solution for it.

There are two ways you can reset or change your master password :-

If you remember your password your previous Thunderbird 3 password you can change by going to
Tools -> Options  -> Security -> Change Master Password “.

reset-thunderbird-master-password

Second is if you have lost or forgotten your password even then you can reset it but Do take a note that by doing so all the saved Email Account passwords, personal certificates and private keys shall also be deleted.

For resetting lost or forgotten password in Thunderbird 3 Choose Tools – Error Console, paste the expression:
openDialog(“chrome://pippki/content/resetpassword.xul”)

reset-lost-thunderbird-password-error-console

Related posts:

  1. Mozilla Thunderbird 3.1.2 Released With Stability Fix
  2. Mozilla Thunderbird 3.1 RC2 Email Client Released
  3. Mozilla Thunderbird 3.1 Alpha Email Client “Lanikai” Released
  4. Mozilla Thunderbird 3.0 Beta 3 Released
  5. Thunderbird 3.0 Beta 2

Leave a Comment

{ 21 comments… read them below or add one }

Zero Cool December 27, 2009 at 1:07 pm

This is a good post and very impressive. I need it. Thank you.

Reply

vinothraja December 29, 2009 at 12:14 pm

Awesome man.. Thanks a lot. The second method saved me the day. i had forgot my pwd and was stuck. I had a dozen email accounts to be re-configured and it would have been a pain, without your master pwd reset snippet. Thanks once again.

Reply

Manpreet Singh Rehsi December 29, 2009 at 4:59 pm

Welcome to Softpoint.in. I am glad that the posts on my blog has helped you out.

Reply

Message January 8, 2010 at 12:08 pm

openDialog(“chrome://pippki/content/resetpassword.xul”) doesn’t work with the german version. You have to change ” in “. After this, it works.

Reply

Manpreet Singh Rehsi January 8, 2010 at 4:45 pm

Thanks for the tip as i use only English version was not aware of this.

Reply

Ariel Pereira January 14, 2010 at 8:44 pm

openDialog(‘chrome://pippki/content/resetpassword.xul’) this works for me.
Changed the double quotes by single quotes.
I’m not using the English version too.

Thanks for the tip.

Reply

IPL 3 January 31, 2010 at 7:21 am

Thanks mate, was searching for this since last 2 days. Ur post was really helpful. Thanks
.-= IPL 3´s last blog ..ICC Under 19 World Cup Final Highlights | PAK v AUS =-.

Reply

Adheeth January 31, 2010 at 8:24 am

Thanks Manpreet…that was a good tip!..really helped
.-= Adheeth´s last blog ..Pre Republic Day Fashion Show9 =-.

Reply

Linda Coehoorn April 13, 2010 at 3:10 am

I have called technical support and he gave me this link. I never set a Master password I always hit cancel so cannot change my password as I didn’t have one. I have tried what you have suggested open Dialog (“chrome://pippki/content/resetpassword.xul”) BUT I cannot click evaluate as it does not work. Please help. Thanks, Linda

Reply

Manpreet Singh Rehsi April 13, 2010 at 11:26 am

Try this expression in error console openDialog(“chrome://pippki/content/resetpassword.xul”) I have tried it on latest version of Thunderbird it’s working perfectly. Also make sure that you are using the latest stable version not the beta version of Email client.

Reply

Theresa May 13, 2010 at 2:40 am

It did not work for me until I re-typed the quote marks in the console myself. Must be a font issue?

Reply

Manpreet Singh Rehsi May 13, 2010 at 5:17 pm

Yes, you are right it’s a font issue. Glad that your problem is solved

Reply

Gabriele Violino May 13, 2010 at 5:47 pm

It worked for me! Thanks!

Reply

Manpreet Singh Rehsi May 14, 2010 at 6:47 pm

I am glad that the posted trick worked for you.

Reply

Roman June 1, 2010 at 10:05 pm

I did it, clicked Evaluate, but it does not work…:(

I have English version 3.0.4

Reply

Roman June 1, 2010 at 10:18 pm

it shows:
Error: illegal character
Source File: javascript:%20openDialog(%E2%80%9Cchrome://pippki/content/resetpassword.xul%E2%80%9D)
Line: 1, Column: 12
Source Code:
openDialog(“chrome://pippki/content/resetpassword.xul”)

Reply

Manpreet Singh Rehsi June 7, 2010 at 10:41 am

Just re-type the quote marks in the console. This should solve the problem

openDialog(“chrome://pippki/content/resetpassword.xul”)

Reply

john June 5, 2010 at 5:27 pm

Tried all the above but all I am getting is:

potentially vulnerable to CVE-2009-3555

Any ideas would be gratefully received

John Patterson

Reply

RJ August 3, 2010 at 1:01 pm

To get it to work you must use ‘single quotes’ for English version as well. Of interest to others, I never used a master password in the prev. version of TBird. This is some kind of programming glitch in version 3 Thunderbird.

Reply

Michael A. Pasek August 27, 2010 at 11:41 am

The expression:
openDialog(“chrome://pippki/content/resetpassword.xul”)

does not work. Turn off “smart quotes” in your editor.

Reply

Michael A. Pasek August 27, 2010 at 11:45 am

Looking at my comment, it appears the “smart quotes” are on for this entire page/site. Maybe modify the text to use the " (") expression ?

Reply