HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/inzigd.komma.pro/resources/lang/en/site/passwords.php
<?php
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' => 'Password must be at least six characters long and the passwords must match.',
    'reset'    => 'Your account password has been changed.',
    'sent'     => 'We have sent an email with instructions to set a new password.',
    'token'    => 'This password reset token is not valid.',
    'user'     => 'There is no user known to the system with the specified email address.',
];