mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 12:51:29 +00:00
allow auto_create_user() to be used instead of find_user_by_login() when auto creating is off
This commit is contained in:
@@ -34,7 +34,7 @@ class Auth_Base {
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
return $this->find_user_by_login($login);
|
||||
}
|
||||
|
||||
function find_user_by_login($login) {
|
||||
|
||||
Reference in New Issue
Block a user