# HG changeset patch # User Waqas Hussain # Date 1276104053 -18000 # Node ID 382f70627ff96cd32b6e9be86f911b5b6a6067cd # Parent d4d0519cd0c16a4a783e735c480dd8b6f935013c mod_legacyauth: Use the new usermanager.test_password instead of usermanager.validate_credentials. diff -r d4d0519cd0c1 -r 382f70627ff9 plugins/mod_legacyauth.lua --- a/plugins/mod_legacyauth.lua Wed Jun 09 22:01:47 2010 +0500 +++ b/plugins/mod_legacyauth.lua Wed Jun 09 22:20:53 2010 +0500 @@ -50,7 +50,7 @@ username = nodeprep(username); resource = resourceprep(resource) local reply = st.reply(stanza); - if usermanager.validate_credentials(session.host, username, password) then + if usermanager.test_password(session.host, username, password) then -- Authentication successful! local success, err = sessionmanager.make_authenticated(session, username); if success then