Hacker News new | ask | show | jobs
by alexmuller 5210 days ago
Tested Firefox and Chrome, they both clear the password field but leave the username. I'd be interested to hear if there is a browser that leaves the password field intact.
1 comments

My comment is in response to the discussion about this:

"Of course, my preferred solution to this problem is to allow the user to toggle the password field, so that they can view the unobscured text if they wish"

I am assuming that if the password field is being toggled, that it is not actually a password field but rather a regular text field with some javascript stuff messing around to hide the text. That would probably function just like a username field. I'm not really a web developer though, so it is possible my analysis isn't correct.

I tested using the login form on huffduffer.com, which does exactly that.
Ah, fair enough. It seems you can make a password field display the password after all.