added a proper response for password errors (#7636)

This commit is contained in:
Godfrey Martinez 2019-12-05 17:49:56 -08:00 committed by snipe
parent ff8d98c97c
commit 5b946087c4

View file

@ -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'
];