comparison 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
comparison
equal deleted inserted replaced
3533:2090ec6a83a5 3534:cac8ffcb9cef
650 <div id="template-insecure" style="display:none"> 650 <div id="template-insecure" style="display:none">
651 <div class="warning-insecure ui-body ui-body-e"> 651 <div class="warning-insecure ui-body ui-body-e">
652 <h1>Insecure setup</h1> 652 <h1>Insecure setup</h1>
653 <p> 653 <p>
654 Your Orthanc server is accepting remote connections, but is 654 Your Orthanc server is accepting remote connections, but is
655 using the default username and password. Please carefully read 655 using the default username and password, or has user
656 authentication explicitly turned off. Please carefully read
656 your logs and review your configuration, especially 657 your logs and review your configuration, especially
657 options <tt>RemoteAccessAllowed</tt>, <tt>AuthenticationEnabled</tt>, 658 options <tt>RemoteAccessAllowed</tt>, <tt>AuthenticationEnabled</tt>,
658 and <tt>RegisteredUsers</tt>. 659 and <tt>RegisteredUsers</tt>.
659 </p> 660 </p>
660 </div> 661 </div>