File: D:/HostingSpaces/SBogers10/kommabasic.nl/resources/lang/en/passwords.php
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reminder Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
'password' => 'Password must be at least six characters long and the passwords must match.',
'reset' => 'Your account password has been changed.',
'sent' => 'We have sent an email with instructions to set a new password.',
'token' => 'This password reset token is not valid.',
'user' => 'There is no user known to the system with the specified email address.',
];