From 8a6f6c359d53005c02b2fce16b9dcacd3cb30e27 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 26 Feb 2007 06:24:11 +0000 Subject: [PATCH] r1421: Authentication::_verifyLoginUser() takes a string... --- includes/auth/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/auth/auth.php b/includes/auth/auth.php index ec2499f..b652e38 100644 --- a/includes/auth/auth.php +++ b/includes/auth/auth.php @@ -195,7 +195,7 @@ class Authentication return false; } - if ($this->_verifyLoginUser()) + if ($this->_verifyLoginUser($password)) { $this->_setCookies(); $this->bugdarUser = $this->_fetchBugdarUserFromAuthUser(); -- 2.22.5