aboutsummaryrefslogtreecommitdiffstats
path: root/core/usermanager.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/usermanager.lua')
-rw-r--r--core/usermanager.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/usermanager.lua b/core/usermanager.lua
index 153be63e..83de193f 100644
--- a/core/usermanager.lua
+++ b/core/usermanager.lua
@@ -57,7 +57,6 @@ function initialize_host(host)
end
end;
prosody.events.add_handler("host-activated", initialize_host, 100);
-prosody.events.add_handler("component-activated", initialize_host, 100);
function test_password(username, host, password)
return hosts[host].users.test_password(username, password);