diff OrthancServer/OrthancConfiguration.h @ 3500:0d248cc63ded

Security: If remote HTTP access is enabled, HTTP authentication automatically gets enabled
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 23 Aug 2019 21:32:16 +0200
parents 6fd38327e777
children d2b9981017c4
line wrap: on
line diff
--- a/OrthancServer/OrthancConfiguration.h	Fri Aug 23 17:31:43 2019 +0200
+++ b/OrthancServer/OrthancConfiguration.h	Fri Aug 23 21:32:16 2019 +0200
@@ -185,7 +185,8 @@
 
     void GetListOfOrthancPeers(std::set<std::string>& target) const;
 
-    void SetupRegisteredUsers(HttpServer& httpServer) const;
+    // Returns "true" iff. at least one user is registered
+    bool SetupRegisteredUsers(HttpServer& httpServer) const;
 
     std::string InterpretStringParameterAsPath(const std::string& parameter) const;