2016-05-20 00:25:45 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
2018-10-31 18:03:24 -07:00
|
|
|
'sent' => 'If a matching username and email address is found, a password reset link will be sent!',
|
2018-08-14 18:09:33 -07:00
|
|
|
'user' => 'No matching active user found with that email.',
|
2020-03-04 22:07:35 -08:00
|
|
|
'user_inactive' => 'If that email address exists in our system, a password recovery email has been sent.',
|
2019-12-05 17:49:56 -08:00
|
|
|
'token' => 'The password reset token you have provided is invalid',
|
2020-03-04 22:07:35 -08:00
|
|
|
'password' => 'Passwords must be at least eight characters and match the confirmation.',
|
2019-12-05 17:49:56 -08:00
|
|
|
'reset' => 'Your password has been reset'
|
2016-05-20 00:25:45 -07:00
|
|
|
];
|
|
|
|
|