Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions classes/Login.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
Expand Down