diff options
author | jim-p <jimp@pfsense.org> | 2012-11-20 08:05:24 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-11-20 08:05:24 -0500 |
commit | e6a2acc15de2622af37d27b1aabd254e1cd381f9 (patch) | |
tree | c63675ac5a248618f9315a6b89de14220f95fa81 | |
parent | 36f509579fd40903299477ffd4a4900e57786d73 (diff) | |
download | pfsense-e6a2acc15de2622af37d27b1aabd254e1cd381f9.zip pfsense-e6a2acc15de2622af37d27b1aabd254e1cd381f9.tar.gz |
No need to do this here - we have a System > Advanced option that already controls this. Revert "Do not allow autocomplete of the password field to avoid security issues:"
This reverts commit 6a68440b8a4fec4b6a5689553e27519e540f2643.
-rw-r--r-- | etc/inc/authgui.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/authgui.inc b/etc/inc/authgui.inc index ab348a0..e950345 100644 --- a/etc/inc/authgui.inc +++ b/etc/inc/authgui.inc @@ -247,7 +247,7 @@ if($config['virtualip']) <p> <span style="text-align:left"> <?=gettext("Password"); ?>: <br> - <input onclick="clearError();" onchange="clearError();" id="passwordfld" type="password" name="passwordfld" autocomplete="off" class="formfld pwd" tabindex="2" /> + <input onclick="clearError();" onchange="clearError();" id="passwordfld" type="password" name="passwordfld" class="formfld pwd" tabindex="2" /> </span> </p> <br> @@ -268,4 +268,4 @@ if($config['virtualip']) <?php } // end function -?> +?>
\ No newline at end of file |