mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Allow autocomplete on login form (Fixes saving password on Firefox and Chrome)
This commit is contained in:
parent
b6a1d96074
commit
0fc6be3f54
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user