Disabled autocomplete on the password field
This commit is contained in:
parent
04cff23a93
commit
0dd0ea0385
@ -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>
|
||||||
|
@ -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…
Reference in New Issue
Block a user