I’m filing this one under useful tricks. If you’ve got a password field the browser has saved and you can’t recall the text (and you’re too lazy to check the browser password save dialogue), fire up Firebug and press inspect. Target the password field and click. It will pull the HTML up into the screen. Click on type=”password” and change password to “text”. This should display the password in plaintext.
Post a Comment