mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 14:27:33 -08:00
Added comment block
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
172e8d463f
commit
57720cb978
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue