Skip to content

Commit

Permalink
Change lockout timeout to 10 minutes on Too many login attempts - closes
Browse files Browse the repository at this point in the history
  • Loading branch information
freescout-help-desk committed Sep 2, 2022
1 parent 584cf3b commit d7a6260
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Http/Controllers/Auth/LoginController.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ class LoginController extends Controller
*/
protected $redirectTo = '/home';

public $decayMinutes = 10; // minutes to lockout

/**
* Create a new controller instance.
*
Expand Down

0 comments on commit d7a6260

Please sign in to comment.