]> git.wh0rd.org - tt-rss.git/blobdiff - classes/auth_base.php
allow auto_create_user() to be used instead of find_user_by_login() when auto creatin...
[tt-rss.git] / classes / auth_base.php
index 8c819b668f07bbc2dd2c4462b51507f861b42532..7c37967af987e0d3b3e0c38b392bb1234ab70fcf 100644 (file)
@@ -34,7 +34,7 @@ class Auth_Base {
                        }
                }
 
-               return false;
+               return $this->find_user_by_login($login);
        }
 
        function find_user_by_login($login) {