Parcourir la source

Update auth config, add throttle limit to password resets

Daniel Supernault il y a 3 ans
Parent
commit
2609c86ad6
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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,
         ],
     ],