util/prosodyctl.lua
changeset 7265 751a4832adb4
parent 7262 d8300985f2bb
child 7460 5e18416881bb
--- a/util/prosodyctl.lua	Thu Mar 10 17:53:17 2016 +0000
+++ b/util/prosodyctl.lua	Thu Mar 10 17:53:36 2016 +0000
@@ -149,7 +149,7 @@
 end
 
 local function user_exists(params)
-	local user, host, password = nodeprep(params.user), nameprep(params.host), params.password;
+	local user, host = nodeprep(params.user), nameprep(params.host);
 
 	storagemanager.initialize_host(host);
 	local provider = prosody.hosts[host].users;