Many misc fixes
This commit is contained in:
@@ -222,7 +222,7 @@ class Auth_OSB extends Auth_ORM {
|
||||
|
||||
// Load the user
|
||||
$user = ORM::factory('account');
|
||||
$user->where($user->unique_key($username), '=', $username)->find();
|
||||
$user->where('username','=',$username)->find();
|
||||
}
|
||||
|
||||
// If the passwords match, perform a login
|
||||
|
Reference in New Issue
Block a user