plugins/mod_legacyauth.lua

changeset 3222
d0525df563c0
parent 3217
382f70627ff9
child 3395
e736f68c1047
--- a/plugins/mod_legacyauth.lua	Thu Jun 10 03:26:01 2010 +0500
+++ b/plugins/mod_legacyauth.lua	Thu Jun 10 03:54:22 2010 +0500
@@ -50,7 +50,7 @@
 				username = nodeprep(username);
 				resource = resourceprep(resource)
 				local reply = st.reply(stanza);
-				if usermanager.test_password(session.host, username, password) then
+				if usermanager.test_password(username, password, session.host) then
 					-- Authentication successful!
 					local success, err = sessionmanager.make_authenticated(session, username);
 					if success then

mercurial