1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

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

View file

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