Update auth config, add throttle limit to password resets

This commit is contained in:
Daniel Supernault 2021-10-14 20:37:46 -06:00
parent e5454620e6
commit 2609c86ad6
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ return [
'provider' => 'users',
'table' => 'password_resets',
'expire' => 60,
'throttle' => 60,
],
],