Explorar o código

Update auth config, add throttle limit to password resets

Daniel Supernault %!s(int64=4) %!d(string=hai) anos
pai
achega
2609c86ad6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      config/auth.php

+ 1 - 0
config/auth.php

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