diff options
author | jim-p <jimp@pfsense.org> | 2011-02-10 09:44:00 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-02-10 09:44:00 -0500 |
commit | 0fc6be3f54db706ccc7cce8b19b12f88dec171fa (patch) | |
tree | 03b848fcd7134917d144ecdf5fb291f8a45ff56d /etc | |
parent | b6a1d96074b5cce3702e79b04eed09cdc6f39b37 (diff) | |
download | pfsense-0fc6be3f54db706ccc7cce8b19b12f88dec171fa.zip pfsense-0fc6be3f54db706ccc7cce8b19b12f88dec171fa.tar.gz |
Allow autocomplete on login form (Fixes saving password on Firefox and Chrome)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/authgui.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/authgui.inc b/etc/inc/authgui.inc index ee98f1c..9655d79 100644 --- a/etc/inc/authgui.inc +++ b/etc/inc/authgui.inc @@ -227,7 +227,7 @@ if($config['virtualip']) print_info_box(gettext("You are accessing this router by an IP address not configured locally, which may be forwarded by NAT or other means. <br/><br/>If you did not setup this forwarding, you may be the target of a man-in-the-middle attack.")); } ?> - <form id="iform" name="login_iform" method="post" autocomplete="off" action="<?=$_SERVER['SCRIPT_NAME'];?>"> + <form id="iform" name="login_iform" method="post" action="<?=$_SERVER['SCRIPT_NAME'];?>"> <h1></h1> <div id="inputerrors"><?=$_SESSION['Login_Error'];?></div> <p> |