From 01d2a207b061a13ddd093893bf1acec971bc40cb Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 31 Jan 2008 00:00:26 +0000 Subject: [PATCH] make it a little clearer that sslEnabled needs to be set to use encryptLogin --- etc/WebGUI.conf.original | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/WebGUI.conf.original b/etc/WebGUI.conf.original index 4d3dffbf0..da9ca791d 100644 --- a/etc/WebGUI.conf.original +++ b/etc/WebGUI.conf.original @@ -8,7 +8,7 @@ "sitename" : [ "www.example.com", "example.com"], -# Set to 1 if you want to use WebGUI's SSL functions. +# Set to 1 if you want to use WebGUI's SSL functions, including encrypting user logins. "sslEnabled" : 0,