aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/usermanager.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/usermanager.lua b/core/usermanager.lua
index fe525bc1..511ffc84 100644
--- a/core/usermanager.lua
+++ b/core/usermanager.lua
@@ -81,8 +81,8 @@ function create_user(username, password, host)
return hosts[host].users.create_user(username, password);
end
-function get_supported_methods(host)
- return hosts[host].users.get_supported_methods();
+function get_sasl_handler(host)
+ return hosts[host].users.get_sasl_handler();
end
function get_provider(host)