How to change the password when the password box display saved to the cookie password

  • 2020-03-30 00:50:17
  • OfStack

Just add AUTOCOMPLETE="OFF" to the input field
 
<input name="pwd" id="password" type="password" class=" required" AUTOCOMPLETE="OFF" /> 

Related articles: