mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 09:39:10 +08:00
update: password check limit
This commit is contained in:
parent
125a882a7e
commit
837701f20a
@ -206,7 +206,6 @@ class AuthController extends Controller
|
||||
$password,
|
||||
$user->password)
|
||||
) {
|
||||
$passwordErrorCount = Cache::get('PASSWORD_ERROR_LIMIT') || 0;
|
||||
Cache::put(
|
||||
CacheKey::get('PASSWORD_ERROR_LIMIT', $email),
|
||||
(int)$passwordErrorCount + 1,
|
||||
|
Loading…
Reference in New Issue
Block a user