html password box value is empty, but there is always the default password

input input box plus attributes: autocomplete = "new-password", the browser will not give him fill the default password.

<input class="form-control" type="password" name="old_password" placeholder="" autocomplete="new-password"/>

Guess you like

Origin www.cnblogs.com/gyrgyr/p/11347848.html