Skip to content

Commit

Permalink
Update auth config, add throttle limit to password resets
Browse files Browse the repository at this point in the history
  • Loading branch information
dansup committed Oct 15, 2021
1 parent e545462 commit 2609c86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/auth.php
Expand Up @@ -96,6 +96,7 @@
'provider' => 'users',
'table' => 'password_resets',
'expire' => 60,
'throttle' => 60,
],
],

Expand Down

0 comments on commit 2609c86

Please sign in to comment.