diff --git a/etc/inc/authgui.inc b/etc/inc/authgui.inc
index 650c7b9d10..070c0c29b1 100644
--- a/etc/inc/authgui.inc
+++ b/etc/inc/authgui.inc
@@ -232,8 +232,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"' : '';
?>
-