32 lines
894 B
PHP
32 lines
894 B
PHP
<?php
|
|
|
|
/*
|
|
* This file is part of Cachet.
|
|
*
|
|
* (c) Alt Three Services Limited
|
|
*
|
|
* For the full copyright and license information, please view the LICENSE
|
|
* file that was distributed with this source code.
|
|
*/
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Password Reset Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are the default lines which match reasons
|
|
| that are given by the password broker for a password update attempt
|
|
| has failed, such as for an invalid token or invalid new password.
|
|
|
|
|
*/
|
|
|
|
'password' => 'crwdns536:0crwdne536:0',
|
|
'reset' => 'crwdns537:0crwdne537:0',
|
|
'sent' => 'crwdns538:0crwdne538:0',
|
|
'token' => 'crwdns539:0crwdne539:0',
|
|
'user' => 'crwdns540:0crwdne540:0',
|
|
|
|
];
|