From d0452dd5f6d015a6a871f7239a1a7bb2eba6fb13 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 20 Sep 2001 18:46:56 +0000 Subject: - don't hash the password --- modules/user.module | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules/user.module') diff --git a/modules/user.module b/modules/user.module index 2e7cefb4f..0144f6009 100644 --- a/modules/user.module +++ b/modules/user.module @@ -366,9 +366,7 @@ function jabber_auth($username, $password, $server, $port = 5222) { ** Hash the password: */ - $digest = mhash(MHASH_SHA1, $password); - - jabber_send($session, "$username$digestdrupal"); + jabber_send($session, "$username$passworddrupal"); $data = jabber_recv($session); -- cgit v1.2.3