浏览代码

Update auth config, add throttle limit to password resets

Daniel Supernault 3 年之前
父节点
当前提交
2609c86ad6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      config/auth.php

+ 1 - 0
config/auth.php

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