Revision a16d923f
Added by NOYB NOYB over 9 years ago
src/etc/inc/authgui.inc | ||
---|---|---|
262 | 262 |
<?php |
263 | 263 |
if (is_ipaddr($http_host) && !$local_ip && !isset($config['system']['webgui']['nohttpreferercheck'])) { |
264 | 264 |
$nifty_background = "#999"; |
265 |
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. <br /><br />If you did not setup this forwarding, you may be the target of a man-in-the-middle attack."));
|
|
265 |
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 /><br />If this forwarding is unexpected, it should be verified that a man-in-the-middle attack is not taking place."));
|
|
266 | 266 |
} |
267 | 267 |
|
268 | 268 |
$loginautocomplete = isset($config['system']['webgui']['loginautocomplete']) ? '' : 'autocomplete="off"'; |
... | ... | |
277 | 277 |
<?php if (!empty($_SESSION['Login_Error'])): ?> |
278 | 278 |
<div class="alert alert-danger" role="alert"><?=$_SESSION['Login_Error'];?></div> |
279 | 279 |
<?php endif ?> |
280 |
<div class="alert alert-warning hidden" id="no_cookies"><?= gettext("Your browser must support cookies to login."); ?></div>
|
|
280 |
<div class="alert alert-warning hidden" id="no_cookies"><?= gettext("The browser must support cookies to login."); ?></div>
|
|
281 | 281 |
|
282 | 282 |
<form method="post" <?= $loginautocomplete ?> action="<?=$_SERVER['SCRIPT_NAME'];?>" class="form-horizontal"> |
283 | 283 |
<div class="form-group"> |
Also available in: Unified diff
Miscellaneous II - Remove Personalizations
Remove "you" personalizations.