core/usermanager.lua

changeset 2999
9a8f942433c4
parent 2987
0acfae4da199
child 3030
2be7801474fb
--- a/core/usermanager.lua	Wed May 05 11:29:10 2010 +0100
+++ b/core/usermanager.lua	Wed May 05 14:17:01 2010 +0100
@@ -40,7 +40,7 @@
 local function is_cyrus(host) return config.get(host, "core", "sasl_backend") == "cyrus"; end
 
 function new_default_provider(host)
-	local provider = {};
+	local provider = { name = "default" };
 	
 	function provider.test_password(username, password)
 		if is_cyrus(host) then return nil, "Legacy auth not supported with Cyrus SASL."; end

mercurial