2019-12-06 12:03:04 -08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
2022-03-03 22:21:44 -08:00
|
|
|
'sent' => 'Success: If that email address exists in our system, a password recovery email has been sent.',
|
2019-12-06 12:03:04 -08:00
|
|
|
'user' => 'No matching active user found with that email.',
|
|
|
|
];
|