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


Just add AUTOCOMPLETE=“OFF” to the input field


<input name="pwd" id="password" type="password" class=" required" AUTOCOMPLETE="OFF" />