Explorar el Código

Update LoginController, bump decayMinutes from 1 to 60

Daniel Supernault hace 3 años
padre
commit
6bf92bed27
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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.
      *