Update auth config, add throttle limit to password resets

pull/2978/head
Daniel Supernault 4 years ago
parent e5454620e6
commit 2609c86ad6
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save