From 1031c9ea7655ab64a513e3b168f70d672e30a733 Mon Sep 17 00:00:00 2001 From: jim-p Date: Thu, 12 May 2011 10:45:30 -0400 Subject: Make autocomplete on the login form optional. --- etc/inc/authgui.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/inc') diff --git a/etc/inc/authgui.inc b/etc/inc/authgui.inc index 9655d79..d64d1cc 100644 --- a/etc/inc/authgui.inc +++ b/etc/inc/authgui.inc @@ -226,8 +226,9 @@ if($config['virtualip']) $nifty_background = "#999"; 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.

If you did not setup this forwarding, you may be the target of a man-in-the-middle attack.")); } + $noautocomplete = isset($config['system']['webgui']['noautocomplete']) ? 'autocomplete="off"' : ''; ?> -
+ action="">

-- cgit v1.1