mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
[9.x] Adds clarification to throttle auth setting (#6096)
* adds clarification to throttle auth setting * Update auth.php --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
This commit is contained in:
parent
c0b60c0ac7
commit
5b60b604c4
@ -84,6 +84,10 @@ return [
|
||||
| considered valid. This security feature keeps tokens short-lived so
|
||||
| they have less time to be guessed. You may change this as needed.
|
||||
|
|
||||
| The throttle setting is the number of seconds a user must wait before
|
||||
| generating more password reset tokens. This prevents the user from
|
||||
| quickly generating a very large amount of password reset tokens.
|
||||
|
|
||||
*/
|
||||
|
||||
'passwords' => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user