Access is unrestricted from localhost (this includes administration features).
+ Please check the accounts configuration page to ensure that the settings match the security level you need.
The peer must go online to get a peer address.
diff --git a/htroot/Status.java b/htroot/Status.java
index 507e6d18e..091981c60 100644
--- a/htroot/Status.java
+++ b/htroot/Status.java
@@ -140,6 +140,10 @@ public class Status
if ( sb.getConfigBool(SwitchboardConstants.ADMIN_ACCOUNT_FOR_LOCALHOST, false) ) {
prop.put("unrestrictedLocalAccess", 1);
+ if(sb.getConfig(SwitchboardConstants.SERVER_SERVLETS_CALLED, "").indexOf("ConfigAccounts_p.html", 0) < 0) {
+ /* Encourage checking accounts config page to be sure that unrestricted local access is desired */
+ prop.put("warningUnrestrictedLocalAccess", true);
+ }
}
// resource observer status
diff --git a/locales/fr.lng b/locales/fr.lng
index aeb76575b..b4e4ca12b 100644
--- a/locales/fr.lng
+++ b/locales/fr.lng
@@ -2135,6 +2135,8 @@ Please open the accounts configuration page
and set an administration password.==et définir un mot de passe administrateur.
You have not published your peer seed yet. This happens automatically, just wait.==Votre noeud n'est pas encore connu du réseau. Attendez quelques instants, cela se déroule automatiquement.
Your network configuration is in private mode. Your peer seed will not be published.== La configuration de votre réseau est en mode privé. Votre noeud restera inconnu du réseau.
+Access is unrestricted from localhost (this includes administration features).==Aucune restriction d'accès (cela inclut les fonctions d'administration) n'est définie pour les connexions depuis un navigateur local (localhost).
+Please check the accounts configuration page to ensure that the settings match the security level you need.==Veuillez vérifier la page de configuration des comptes pour vous assurer que les réglages satisfont le niveau de sécurité souhaité.
The peer must go online to get a peer address.==Le noeud doit aller en ligne afin de recevoir une adresse.
You cannot be reached from outside.==Votre noeud ne peut pas être atteint depuis l'extérieur.
A possible reason is that you are behind a firewall, NAT or Router.==Il est possible que vous soyez derrière un pare-feu, un NAT ou un routeur.
diff --git a/locales/master.lng.xlf b/locales/master.lng.xlf
index d6519aae6..1a05fd045 100644
--- a/locales/master.lng.xlf
+++ b/locales/master.lng.xlf
@@ -8221,6 +8221,12 @@
+
+
+
+
+
+