added a proper response for password errors (#7636)
This commit is contained in:
parent
ff8d98c97c
commit
5b946087c4
1 changed files with 3 additions and 0 deletions
|
@ -3,5 +3,8 @@
|
||||||
return [
|
return [
|
||||||
'sent' => 'Your password link has been sent!',
|
'sent' => 'Your password link has been sent!',
|
||||||
'user' => 'No matching active user found with that email.',
|
'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'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue