fix: wrong password verify check allows for any login

This commit is contained in:
Martin Ambrus
2017-12-01 19:55:24 +01:00
parent f32101b685
commit 50709a34f0
+2
View File
@@ -218,6 +218,8 @@ class Account {
if ( $activateData != "" ) {
$form->addError( "activate", $_POST['user'] );
} else {
$form->addError("pw",LOGIN_PW_ERROR);
}
} else {
$form->addError("pw",LOGIN_PW_ERROR);