summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-11-20 08:04:40 -0500
committerjim-p <jimp@pfsense.org>2012-11-20 08:04:40 -0500
commit14ad84bc79d262e91d33d812171209ad07eac7cd (patch)
tree9b81e8d66d3793c31393f03e76537e9bbe07a8cd /etc
parent96325dbacd6d81744141172aaafb0862546abf90 (diff)
downloadpfsense-14ad84bc79d262e91d33d812171209ad07eac7cd.zip
pfsense-14ad84bc79d262e91d33d812171209ad07eac7cd.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 3dc69d374dcfa39094b0332e2516d3ae68467cfa.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/authgui.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/authgui.inc b/etc/inc/authgui.inc
index cc8b81a..f87494b 100644
--- a/etc/inc/authgui.inc
+++ b/etc/inc/authgui.inc
@@ -254,7 +254,7 @@ $have_cookies = isset($_COOKIE["cookie_test"]);
<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>
OpenPOWER on IntegriCloud