2017-10-17 18:52:20 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
2022-07-05 16:18:53 -07:00
|
|
|
'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
|
|
|
|
'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
|
|
|
|
'token' => 'This password reset token is invalid or expired, or does not match the username provided.',
|
|
|
|
'reset' => 'Your password has been reset!',
|
2023-11-27 06:43:16 -08:00
|
|
|
'password_change' => 'Your password has been updated!',
|
2017-10-17 18:52:20 -07:00
|
|
|
];
|