HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhost/disk-apps/demo.sports-crowd.com/resources/lang/en/passwords.php
<?php

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' => 'Passwords must be at least :min characters and match the confirmation.',
    'reset' => 'Your password has been reset!',
    'updated' => 'Your password has been updated.',
    'sent' => 'We have e-mailed your password reset link!',
    'token' => 'This password reset token is invalid.',
    'user' => "We can't find a user with that e-mail address.",
    'expired_code' => 'The reset code has expired.',
    'invalid_code' => 'The reset code is invalid.',
    'code_sent' => 'The reset code has been sent.',
    'email_required' => 'Email is required!',
    'email_email' => 'Please provide a valid email address.',
    'email_exists' => 'Check your data and try again.',
    'code_required' => 'Code is mandatory.',
    'code_min' => 'The code must be exactly 6 digits long',
    'code_numeric' => 'Code must be numeric.',
    'code_digits' => 'The code must be exactly 6 digits long.',
    'password_required' => 'Password is mandatory.',
    'current_password_error' => 'The current password is incorrect.',
    'password_confirmed' => 'Passwords do not match.',

    'email' => [
        'subject' => 'Reset password code',
        'title' => 'Reset password code',
        'duration' => 'The code will expire in :minutes minutes.',
        'message' => 'Use this code to reset your password at :app_name App and change your password to login.',
    ],

];