1
0
Эх сурвалжийг харах

Update auth config, add throttle limit to password resets

Daniel Supernault 3 жил өмнө
parent
commit
2609c86ad6
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  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,
         ],
     ],