Fix: Disable autocomplete
This commit is contained in:
parent
935f2d9bd8
commit
82dda5723b
@ -110,7 +110,7 @@ $(document).ready(function () {
|
||||
<!-- Password -->
|
||||
<tr><td valign="top" nowrap="nowrap"> <strong><label for="password"><?php echo $langs->trans('Password'); ?></label></strong> </td>
|
||||
<td valign="top" nowrap="nowrap">
|
||||
<input id="password" name="password" class="flat" type="password" size="15" maxlength="30" value="<?php echo dol_escape_htmltag($password); ?>" tabindex="2" />
|
||||
<input id="password" name="password" class="flat" type="password" size="15" maxlength="30" value="<?php echo dol_escape_htmltag($password); ?>" tabindex="2" autocomplete="off" />
|
||||
</td></tr>
|
||||
|
||||
<?php
|
||||
|
||||
Loading…
Reference in New Issue
Block a user