diff OrthancExplorer/explorer.html @ 3533:2090ec6a83a5

create a default user if none is provided, while issuing a warning in Orthanc Explorer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 04 Oct 2019 17:41:43 +0200
parents af81263c025c
children cac8ffcb9cef
line wrap: on
line diff
--- a/OrthancExplorer/explorer.html	Thu Oct 03 13:44:08 2019 +0200
+++ b/OrthancExplorer/explorer.html	Fri Oct 04 17:41:43 2019 +0200
@@ -646,6 +646,19 @@
 
   <div id="dialog" style="display:none">
   </div>
+
+  <div id="template-insecure" style="display:none">
+    <div class="warning-insecure ui-body ui-body-e">
+      <h1>Insecure setup</h1>
+      <p>
+        Your Orthanc server is accepting remote connections, but is
+	using the default username and password. Please carefully read
+	your logs and review your configuration, especially
+	options <tt>RemoteAccessAllowed</tt>, <tt>AuthenticationEnabled</tt>,
+	and <tt>RegisteredUsers</tt>.
+      </p>
+    </div>
+  </div>
 </body>
 
 </html>