Added comment block

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-06-21 19:12:57 -07:00
parent 172e8d463f
commit 57720cb978

View file

@ -106,7 +106,13 @@ return [
],
],
/*
|--------------------------------------------------------------------------
| Resetting Password Requests
|--------------------------------------------------------------------------
| This sets the throttle for forgotten password requests
|
*/
'password_reset' => [
'throttle' => [
'max_attempts' => env('PASSWORD_MAX_ATTEMPTS', 10),