Files
cachet-docker/resources/lang/en-UD/passwords.php
2015-11-12 13:21:45 -05:00

32 lines
897 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 Reminder 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',
];