Change wording Login Failed to Authentication Required in user.php.
This commit is contained in:
parent
5307591089
commit
337d4be66a
|
@ -105,7 +105,7 @@ if ((password_verify($_POST['username'] . $keys[0] . get_user_config($_POST['use
|
|||
<?php
|
||||
$logged_in = true;
|
||||
} else {
|
||||
echo 'Login failed.';
|
||||
echo 'Authentication Required';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue