develop
|
Last change
on this file since 1c17e70 was 2fc88ec, checked in by beratkjufliju <kufliju@…>, 4 years ago |
|
initial commit
|
-
Property mode
set to
100644
|
|
File size:
744 bytes
|
| Rev | Line | |
|---|
| [2fc88ec] | 1 | <?php
|
|---|
| 2 |
|
|---|
| 3 | return [
|
|---|
| 4 |
|
|---|
| 5 | /*
|
|---|
| 6 | |--------------------------------------------------------------------------
|
|---|
| 7 | | Password Reset Language Lines
|
|---|
| 8 | |--------------------------------------------------------------------------
|
|---|
| 9 | |
|
|---|
| 10 | | The following language lines are the default lines which match reasons
|
|---|
| 11 | | that are given by the password broker for a password update attempt
|
|---|
| 12 | | has failed, such as for an invalid token or invalid new password.
|
|---|
| 13 | |
|
|---|
| 14 | */
|
|---|
| 15 |
|
|---|
| 16 | 'reset' => 'Your password has been reset!',
|
|---|
| 17 | 'sent' => 'We have emailed your password reset link!',
|
|---|
| 18 | 'throttled' => 'Please wait before retrying.',
|
|---|
| 19 | 'token' => 'This password reset token is invalid.',
|
|---|
| 20 | 'user' => "We can't find a user with that email address.",
|
|---|
| 21 |
|
|---|
| 22 | ];
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.