Browse Source

set autocomplete=off for password field

master
Christian Müller 9 years ago
parent
commit
62a8c5c736
  1. 3
      resources/edit.html

3
resources/edit.html

@ -23,7 +23,8 @@
<input id="signature" name="signature" type="hidden" /> <input id="signature" name="signature" type="hidden" />
<textarea id="note" name="note">%CONTENT%</textarea> <textarea id="note" name="note">%CONTENT%</textarea>
<fieldset id="input-elems"> <fieldset id="input-elems">
<input class="ui-elem" id="plain-password" name="plain-password" placeholder="Password for editing" type="text">&nbsp; <input class="ui-elem" id="plain-password" name="plain-password"
placeholder="Password for editing" type="text" autocomplete="off">&nbsp;
<label style="margin-right: 1em"> <label style="margin-right: 1em">
<input id="tos" type="checkbox" onClick="enableButton()"> <input id="tos" type="checkbox" onClick="enableButton()">
Accept <a href="/TOS">Terms of Service</a> Accept <a href="/TOS">Terms of Service</a>

Loading…
Cancel
Save