소스 검색

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,
         ],
         ],
     ],
     ],