2016-05-20 00:25:45 -07:00
|
|
|
<?php
|
|
|
|
|
2022-01-13 21:30:35 -08:00
|
|
|
return array(
|
2020-11-09 14:52:11 -08:00
|
|
|
'sent' => 'Your password link has been sent!',
|
2018-08-14 18:09:33 -07:00
|
|
|
'user' => 'No matching active user found with that email.',
|
2022-01-13 21:30:35 -08:00
|
|
|
);
|