mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Switched to 5 in one minute
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
c4856c8aed
commit
5d94b99035
|
@ -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']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue