authserver/testCAS/resources/lang/en/passwords.php
changeset 0 1afc9d2ab94d
equal deleted inserted replaced
-1:000000000000 0:1afc9d2ab94d
       
     1 <?php
       
     2 
       
     3 return [
       
     4 
       
     5     /*
       
     6     |--------------------------------------------------------------------------
       
     7     | Password Reminder 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     "password" => "Passwords must be at least six characters and match the confirmation.",
       
    17     "user" => "We can't find a user with that e-mail address.",
       
    18     "token" => "This password reset token is invalid.",
       
    19     "sent" => "We have e-mailed your password reset link!",
       
    20     "reset" => "Your password has been reset!",
       
    21 
       
    22 ];