فهرست منبع

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.
      *