forgot primary password, how do you retrieve it?
forgot primary password, how do you retrieve it?
All Replies (2)
- Choose Tools > Developer Tools > Error Console
- Paste the expression:
openDialog("chrome://pippki/content/resetpassword.xhtml")
- Then, press the Evaluate button. That will open a dialog asking you if you want to reset your password. If Evaluate is not seen, press enter key.
- When prompted, press the Reset button.
This will remove all account passwords which must then be reset.
david said
# Choose Tools > Developer Tools > Error ConsoleopenDialog("chrome://pippki/content/resetpassword.xhtml")
- Paste the expression:
This will remove all account passwords which must then be reset.
- Then, press the Evaluate button. That will open a dialog asking you if you want to reset your password. If Evaluate is not seen, press enter key.
- When prompted, press the Reset button.
Clarification.
This will reset the primary password. Account passwords will need to be reentered. Only if the user hasn't saved an account password elsewhere will they need to reset it.