diff OrthancExplorer/explorer.html @ 3534:cac8ffcb9cef

forcing AuthenticationEnabled to false is considered as insecure if remote access is allowed
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 04 Oct 2019 19:16:12 +0200
parents 2090ec6a83a5
children
line wrap: on
line diff
--- a/OrthancExplorer/explorer.html	Fri Oct 04 17:41:43 2019 +0200
+++ b/OrthancExplorer/explorer.html	Fri Oct 04 19:16:12 2019 +0200
@@ -652,7 +652,8 @@
       <h1>Insecure setup</h1>
       <p>
         Your Orthanc server is accepting remote connections, but is
-	using the default username and password. Please carefully read
+	using the default username and password, or has user
+	authentication explicitly turned off. Please carefully read
 	your logs and review your configuration, especially
 	options <tt>RemoteAccessAllowed</tt>, <tt>AuthenticationEnabled</tt>,
 	and <tt>RegisteredUsers</tt>.