diff --git a/config/auth.php b/config/auth.php index f7dab7bb..aaf982bc 100644 --- a/config/auth.php +++ b/config/auth.php @@ -97,7 +97,7 @@ return [ 'provider' => 'users', 'table' => 'password_resets', 'expire' => 60, - 'timeout' => 60, + 'throttle' => 60, ], ], diff --git a/resources/lang/en/passwords.php b/resources/lang/en/passwords.php index 68c6658d..2fc7abad 100644 --- a/resources/lang/en/passwords.php +++ b/resources/lang/en/passwords.php @@ -17,6 +17,6 @@ return [ 'sent' => '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.", - 'timeout' => 'Please wait before retrying.', + 'throttle' => 'Please wait before retrying.', ];