mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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' => [
|
'password_reset' => [
|
||||||
'throttle' => [
|
'throttle' => [
|
||||||
'max_attempts' => env('PASSWORD_MAX_ATTEMPTS', 10),
|
'max_attempts' => env('PASSWORD_MAX_ATTEMPTS', 10),
|
||||||
|
|
Loading…
Reference in a new issue