unable to type master password
I recently set my T-bird up with a master password. It worked fine up until 2 days ago...I went to check my email, the box came up and the cursor was flashing. However, it would not let me type in the password...I tried to deactivate it. It asked me to type the password in, but it wouldn't let me type it in.
I have uninstalled and reinstalled the program to no avail. I checked the forums and they said to go to TOOLS>ERROR CONSOLE. I did that and it opened up a menu.... I was supposed to type in the following
openDialog("chrome://pippki/content/resetpassword.xul")
It wouldn't let me type it in or even cut and paste it. Any help would be appreciated.
Thanks Dave
被采纳的解决方案
In 'Tools' > 'Error Console' At the top where it says 'Code', you enter :
- openDialog("chrome://pippki/content/resetpassword.xul")
you can use right click > paste in this text entry area.
You cannot add type or paste into the lower section which only contains the actual errors listed. then to the right click on 'Evaluate' button.
Have you tried the method to remove master password? 'Tools' > 'Options' > 'Security' > 'Passwords' tab select; 'Use a Master Password' option. click on 'Change Master Password' button
定位到答案原位置 👍 4所有回复 (2)
选择的解决方案
In 'Tools' > 'Error Console' At the top where it says 'Code', you enter :
- openDialog("chrome://pippki/content/resetpassword.xul")
you can use right click > paste in this text entry area.
You cannot add type or paste into the lower section which only contains the actual errors listed. then to the right click on 'Evaluate' button.
Have you tried the method to remove master password? 'Tools' > 'Options' > 'Security' > 'Passwords' tab select; 'Use a Master Password' option. click on 'Change Master Password' button
I had not tried to change the password.....I did that and it worked I was able to type in the dialog box.
Thank You