From 5b946087c4d857cf2f9cd3124bb97084d840b0bb Mon Sep 17 00:00:00 2001 From: Godfrey Martinez <47435081+Godmartinz@users.noreply.github.com> Date: Thu, 5 Dec 2019 17:49:56 -0800 Subject: [PATCH] added a proper response for password errors (#7636) --- resources/lang/en/passwords.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lang/en/passwords.php b/resources/lang/en/passwords.php index 61fe7fbd4..2be1be1c5 100644 --- a/resources/lang/en/passwords.php +++ b/resources/lang/en/passwords.php @@ -3,5 +3,8 @@ return [ 'sent' => 'Your password link has been sent!', 'user' => 'No matching active user found with that email.', + 'token' => 'The password reset token you have provided is invalid', + 'password' => 'Passwords must be at least six characters and match the confirmation.', + 'reset' => 'Your password has been reset' ];