Explorar el Código

Update auth config, add throttle limit to password resets

Daniel Supernault hace 3 años
padre
commit
2609c86ad6
Se han modificado 1 ficheros con 1 adiciones y 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,
         ],
     ],