summaryrefslogtreecommitdiffstats
path: root/src/etc
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-06-15 14:22:14 -0400
committerSteve Beaver <sbeaver@netgate.com>2017-06-15 14:22:14 -0400
commite29fb699778c1d5e2e47c3cf0da5bbdc79cf879a (patch)
treef0e971fc5a5e7c864d474c4af629b9e66f6f04e4 /src/etc
parente79ff1ee2c0fa2693cb415ff1aa0a16d1f9632b2 (diff)
downloadpfsense-e29fb699778c1d5e2e47c3cf0da5bbdc79cf879a.zip
pfsense-e29fb699778c1d5e2e47c3cf0da5bbdc79cf879a.tar.gz
Improve "new design" notice
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/inc/authgui.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/authgui.inc b/src/etc/inc/authgui.inc
index 5667008..ec0a3c2 100644
--- a/src/etc/inc/authgui.inc
+++ b/src/etc/inc/authgui.inc
@@ -291,7 +291,7 @@ function display_login_form() {
if (is_ipaddr($http_host) && !$local_ip && !isset($config['system']['webgui']['nohttpreferercheck'])) {
print_info_box(gettext("The IP address being used to access this router is not configured locally, which may be forwarded by NAT or other means.<br />If this forwarding is unexpected, it should be verified that a man-in-the-middle attack is not taking place."), "warning", false);
} else {
- print("<div class=\"alert alert-warning\">This login page is experiment/work in progress.</div>");
+ print("<div class=\"alert alert-warning\">This login page is an experiment/work in progress. Change the background color on the \"System->General Setup\" page.</div>");
}
?>
</div>
OpenPOWER on IntegriCloud