Browse Source

Disabled autocomplete on the password field

pull/40/head
Savetheinternet 13 years ago
parent
commit
0dd0ea0385
  1. 2
      templates/index.html
  2. 2
      templates/thread.html

2
templates/index.html

@ -84,7 +84,7 @@
Password Password
</th> </th>
<td> <td>
<input type="password" name="password" size="12" maxlength="18" /> <input type="password" name="password" size="12" maxlength="18" autocomplete="off" />
<span class="unimportant">(For file deletion.)</span> <span class="unimportant">(For file deletion.)</span>
</td> </td>
</tr> </tr>

2
templates/thread.html

@ -76,7 +76,7 @@
Password Password
</th> </th>
<td> <td>
<input type="password" name="password" size="12" maxlength="18" /> <input type="password" name="password" size="12" maxlength="18" autocomplete="off" />
<span class="unimportant">(For file deletion.)</span> <span class="unimportant">(For file deletion.)</span>
</td> </td>
</tr> </tr>

Loading…
Cancel
Save