Mercurial > hg > orthanc
diff OrthancServer/main.cpp @ 607:b1a0990ad40c
reverting
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 24 Oct 2013 10:32:33 +0200 |
parents | 489f6a375277 |
children | f27923072afd |
line wrap: on
line diff
--- 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))