From 501ed09a2646f2dbe3958c92f4c8a388ce981dbd Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 16 Aug 2012 15:38:33 +0400 Subject: allow auto_create_user() to be used instead of find_user_by_login() when auto creating is off --- classes/auth_base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes') diff --git a/classes/auth_base.php b/classes/auth_base.php index 8c819b668..7c37967af 100644 --- a/classes/auth_base.php +++ b/classes/auth_base.php @@ -34,7 +34,7 @@ class Auth_Base { } } - return false; + return $this->find_user_by_login($login); } function find_user_by_login($login) { -- cgit v1.2.3