# HG changeset patch # User Sebastien Jodogne # Date 1382603553 -7200 # Node ID b1a0990ad40c34eb2e559211c0c086477a378aaf # Parent 489f6a37527777ec3e34ca24fabeaaa23a444b41 reverting diff -r 489f6a375277 -r b1a0990ad40c OrthancServer/main.cpp --- a/OrthancServer/main.cpp Fri Oct 18 10:32:55 2013 +0200 +++ b/OrthancServer/main.cpp Thu Oct 24 10:32:33 2013 +0200 @@ -387,7 +387,7 @@ httpServer.SetRemoteAccessAllowed(GetGlobalBoolParameter("RemoteAccessAllowed", false)); httpServer.SetIncomingHttpRequestFilter(httpFilter); - httpServer.SetAuthenticationEnabled(GetGlobalBoolParameter("AuthenticationEnabled", true)); + httpServer.SetAuthenticationEnabled(GetGlobalBoolParameter("AuthenticationEnabled", false)); SetupRegisteredUsers(httpServer); if (GetGlobalBoolParameter("SslEnabled", false)) diff -r 489f6a375277 -r b1a0990ad40c Resources/Configuration.json --- a/Resources/Configuration.json Fri Oct 18 10:32:55 2013 +0200 +++ b/Resources/Configuration.json Thu Oct 24 10:32:33 2013 +0200 @@ -73,7 +73,7 @@ "SslCertificate" : "certificate.pem", // Whether or not the password protection is enabled - "AuthenticationEnabled" : true, + "AuthenticationEnabled" : false, // The list of the registered users. Because Orthanc uses HTTP // Basic Authentication, the passwords are stored as plain text.