allow auto_create_user() to be used instead of find_user_by_login() when auto creating is off

master
Andrew Dolgov 12 years ago
parent 0d421af86f
commit 501ed09a26

@ -34,7 +34,7 @@ class Auth_Base {
}
}
return false;
return $this->find_user_by_login($login);
}
function find_user_by_login($login) {

Loading…
Cancel
Save