mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update auth config, add throttle limit to password resets
This commit is contained in:
parent
e5454620e6
commit
2609c86ad6
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ return [
|
|||
'provider' => 'users',
|
||||
'table' => 'password_resets',
|
||||
'expire' => 60,
|
||||
'throttle' => 60,
|
||||
],
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in a new issue