소스 검색

Update LoginController, bump decayMinutes from 1 to 60

Daniel Supernault 3 년 전
부모
커밋
6bf92bed27
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      app/Http/Controllers/Auth/LoginController.php

+ 3 - 0
app/Http/Controllers/Auth/LoginController.php

@@ -29,6 +29,9 @@ class LoginController extends Controller
      */
     protected $redirectTo = '/';
 
+    protected $maxAttempts = 5;
+    protected $decayMinutes = 60;
+
     /**
      * Create a new controller instance.
      *