Browse Source

Update LoginController, bump decayMinutes from 1 to 60

Daniel Supernault 3 years ago
parent
commit
6bf92bed27
1 changed files with 3 additions and 0 deletions
  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.
      *