See Saved Passwords in Firefox

Revision as of 07:48, 16 December 2016 by Kipkis (Kipkis | contribs) (importing article from wikihow)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Oh no...did you just forget your password to one of your accounts? If you don't remember the password, hopefully you managed to save it with Firefox's Password Manager. If that's the case, you can get back the password. Don't panic - there's a couple of cool tricks to reveal saved passwords.

Steps

Using the Security Menu

  1. Go to Tools. It is located on the top left corner for Windows Vista and 7 users.
  2. Click on Options.
  3. Click on Security. It's the tab with the lock.
  4. Click on Saved Passwords.
  5. Look for Show Passwords. The button is actually not highlighted.
  6. There will be a confirmation asking you whether you're sure about showing them. Select the Yes button.

Using Inspect Element

  1. Open your Mozilla-Firefox and view the login screen. Say you are on Google+ login page, and it has auto-filled the username and password (as you previously clicked "remember me" in your browser to stay signed in).
    • All browsers for security purpose mask the password field with asterisks; this makes text secret. There is an easy way to covert those asterisks to normal text.
  2. Right click within the password field. Select "Inspect Element".
  3. Change the password field type. After you inspect elements, a developer tool window will appear below, where you will see the code which is highlighted and code looks like <input id="password" class=" " type="password"......>. Double-click on "password" and change it to "text" like this: <input id=password class=" " type="text".......>. Hit Enter now.
  4. View the password. After you hit enter, you will reveal a text which is replaced by masked symbols (asterisks).
    • To replace the asterisks/dots, undo the same action. Replace "text" with "password," and it'll be back to normal.

Video

Tips

  • This will show your passwords for each site you have an account on. However the next time you want to see your passwords again, you must repeat the process again.
  • This will not work if they have a master password set, even if they have already entered it.

Warnings

  • This only works if you recall clicking on the Remember button. Otherwise, you might have to select Reset your password, I forgot my password, or something similar when logging in.

Related Articles