2018-09-28 11:54:52 -07: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.',
|
2018-09-28 11:54:52 -07:00
|
|
|
'user' => 'No matching active user found with that email.',
|
|
|
|
];
|