diff --git a/config/auth.php b/config/auth.php index f1e9b2da..aaf982bc 100644 --- a/config/auth.php +++ b/config/auth.php @@ -97,6 +97,7 @@ 'provider' => 'users', 'table' => 'password_resets', 'expire' => 60, + 'throttle' => 60, ], ], diff --git a/phpunit.xml b/phpunit.xml index da4add30..c1a4100a 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,5 +1,7 @@ - 'We have e-mailed your password reset link!', 'token' => 'This password reset token is invalid.', 'user' => "We can't find a user with that e-mail address.", + 'throttled' => 'Please wait before retrying.', ];