diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2018-04-02 19:48:11 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2018-04-02 19:48:11 +0200 |
| commit | 211f3d04abad2bd39f266e8ea73cfb6aa7d9bcb6 (patch) | |
| tree | 130bf34e6205045ec2def97a92ddc67c62d9f12e /htroot/Status.html | |
| parent | 2fd4d05e2f88318fba02a3c9f500a527a0fc6792 (diff) | |
Added hint message inciting to check accounts settings on fresh install
When unrestricted access from localhost is set and the accounts config
page has not been visited at all.
Diffstat (limited to 'htroot/Status.html')
| -rw-r--r-- | htroot/Status.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/htroot/Status.html b/htroot/Status.html index 58c311463..21081eb18 100644 --- a/htroot/Status.html +++ b/htroot/Status.html @@ -82,6 +82,12 @@ <!-- warnings --> + #(warningUnrestrictedLocalAccess)#:: + <dt class="hintIcon"><img src="env/grafics/bad.png" width="32" height="32" alt="bad"/></dt> + <dd class="hint">Access is unrestricted from localhost (this includes administration features). + Please check the <a href="ConfigAccounts_p.html">accounts configuration</a> page to ensure that the settings match the security level you need.</dd> + #(/warningUnrestrictedLocalAccess)# + #(warningGoOnline)#:: <dt class="hintIcon"><img src="env/grafics/bad.png" width="32" height="32" alt="bad"/></dt> <dd class="hint">The peer must go online to get a peer address. |
