remove codeigniter
This commit is contained in:
@@ -48,7 +48,7 @@ class AuthController extends BaseApiController
|
||||
], 401);
|
||||
}
|
||||
|
||||
if (! ci_password_verify($password, (string) $user->password)) {
|
||||
if (! verify_stored_password($password, (string) $user->password)) {
|
||||
$security->handleFailedLogin($user, $email, (string) $ip);
|
||||
|
||||
return response()->json([
|
||||
|
||||
Reference in New Issue
Block a user