Disabled autocomplete on the password field
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
Password
|
||||
</th>
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user