How can I make my password fields always empty?
Posted
by ggfan
on Stack Overflow
See other posts from Stack Overflow
or by ggfan
Published on 2010-05-16T23:17:21Z
Indexed on
2010/05/16
23:20 UTC
Read the original article
Hit count: 151
I have a form field where users can change their passwords, but if they set their settings to remember passwords, their password shows up. Is there a way to make the field always empty? So that they always have to type their password.
<label for="oldpassword" class="styled">Old password:</label>
<input type="password" id="oldpassword" name="oldpassword"/><br />
© Stack Overflow or respective owner