We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76203bb commit 88adbedCopy full SHA for 88adbed
src/BackpackServiceProvider.php
@@ -276,7 +276,7 @@ public function loadConfigs()
276
'provider' => 'backpack',
277
'table' => 'password_resets',
278
'expire' => 60,
279
- 'throttle' => 60, // Allows a user to request 1 token per 60 seconds
+ 'throttle' => config('backpack.base.password_recovery_throttle_notifications'),
280
],
281
];
282
0 commit comments