Skip to content

Commit

Permalink
Switched to 5 in one minute
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <snipe@snipe.net>
  • Loading branch information
snipe committed Oct 8, 2021
1 parent c4856c8 commit 5d94b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Auth/ForgotPasswordController.php
Expand Up @@ -29,7 +29,7 @@ class ForgotPasswordController extends Controller
public function __construct()
{
$this->middleware('guest');
$this->middleware('throttle:1,1', ['except' => 'showLinkRequestForm']);
$this->middleware('throttle:5,1', ['except' => 'showLinkRequestForm']);
}

/**
Expand Down

0 comments on commit 5d94b99

Please sign in to comment.