diff Resources/Configuration.json @ 604:489f6a375277

parameter for better security
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Oct 2013 10:32:55 +0200
parents 1b2cdc855bd3
children b1a0990ad40c
line wrap: on
line diff
--- a/Resources/Configuration.json	Tue Oct 15 16:23:42 2013 +0200
+++ b/Resources/Configuration.json	Fri Oct 18 10:32:55 2013 +0200
@@ -73,7 +73,7 @@
   "SslCertificate" : "certificate.pem",
 
   // Whether or not the password protection is enabled
-  "AuthenticationEnabled" : false,
+  "AuthenticationEnabled" : true,
 
   // The list of the registered users. Because Orthanc uses HTTP
   // Basic Authentication, the passwords are stored as plain text.