diff --git a/classes/Login.php b/classes/Login.php index 7df819f..b3285e8 100644 --- a/classes/Login.php +++ b/classes/Login.php @@ -88,10 +88,10 @@ private function dologinWithPostData() $_SESSION['user_login_status'] = 1; } else { - $this->errors[] = "Wrong password. Try again."; + $this->errors[] = "The username or password entered is incorrect. Please try again."; } } else { - $this->errors[] = "This user does not exist."; + $this->errors[] = "The username or password entered is incorrect. Please try again."; } } else { $this->errors[] = "Database connection problem.";