try and stop ff from autocompleting the field; put the encrypted password in the field...

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@131 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
David Goodwin 17 years ago
parent 736a1a0b1f
commit e94a7c4e33

@ -10,7 +10,7 @@
</tr>
<tr>
<td><?php print $PALANG['pAdminEdit_admin_password'] . ":"; ?></td>
<td><input class="flat" type="password" name="fPassword" value="<?= $fPassword; ?>"/></td>
<td><input class="flat" type="password" autocomplete="off" name="fPassword" value="<?php echo $tPassword; ?>"/></td>
<td><?php print $pAdminEdit_admin_password_text; ?></td>
</tr>
<tr>

Loading…
Cancel
Save