How to Verify That You Have Typed In The Correct Password

When you type your password on a website, all you see are asterisk (*) signs. That is probably a security measure in web browser to prevent people, sitting next to you, from finding your password.

reveal gmail password

But there are cases when you would really want to know the exact characters that you are typing in the password filed.

For instance when logging into your online bank account, if you type the wrong password more than three times, the account access could be locked for the next few hours. And it’s not uncommon to make typing mistakes especially when you have a long password.

A simple solution to prevent password typo errors is the [show my password](javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == “password”) s += f[i].value + “\n”; } } if (s) alert(“Passwords in forms on this page:\n\n” + s); else alert(“There are no passwords in forms on this page.”);})();) bookmarklet - just drag the link into your browser bookmarks.

Now the next time when you login into some website, just type the password and click the “show my password” bookmarklet before hitting the Submit button - this will reveal the actual password characters, not the asterisk signs. (see screenshot)

So you can very easily confirm that the password you are just about to submit is the right one.

Related: Useful Bookmarklets, Generate Strong Passwords

Amit Agarwal is a web geek, solo entrepreneur and loves making things on the Internet. Google recently awarded him the Google Developer Expert and Google Cloud Champion title for his work on Google Workspace and Google Apps Script.

Awards & Recognition

Google Developer Expert

Google Developer Expert

Google awarded us the Developer Expert title recogizing our work in Workspace

ProductHunt Golden Kitty

ProductHunt Golden Kitty

Our Gmail tool won the Lifehack of the Year award at ProductHunt Golden Kitty Awards

Microsoft MVP Alumni

Microsoft MVP Alumni

Microsoft awarded us the Most Valuable Professional title for 5 years in a row

Google Cloud Champion

Google Cloud Champion

Google awarded us the Champion Innovator award for technical expertise

Want to stay up to date?
Sign up for our email newsletter.

We will never send any spam emails. Promise 🫶🏻