Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
set autocomplete=off for password field
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Müller committed Jan 14, 2017
1 parent b2fa8c3 commit 62a8c5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/edit.html
Expand Up @@ -23,7 +23,8 @@
<input id="signature" name="signature" type="hidden" />
<textarea id="note" name="note">%CONTENT%</textarea>
<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">
<input id="tos" type="checkbox" onClick="enableButton()">
Accept <a href="/TOS">Terms of Service</a>
Expand Down

0 comments on commit 62a8c5c

Please sign in to comment.