Skip to content

Commit 5d3e829

Browse files
committed
2.12.5 Bug fixes
1 parent 4ab56c2 commit 5d3e829

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/includes/process-login-attempt.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@ function logMessage($lMessage) {
3535
}
3636

3737
$cUNSURE = -1;
38+
$cACCOUNT_DOES_NOT_EXIST = 0;
39+
$cPASSWORD_INCORRECT = 1;
40+
$cNO_RESULTS_FOUND = 2;
3841
$cAUTHENTICATION_SUCCESSFUL = 3;
42+
$cAUTHENTICATION_EXCEPTION_OCCURED = 4;
43+
$cUSERNAME_OR_PASSWORD_INCORRECT = 5;
3944

4045
$lAuthenticationAttemptResult = $cUNSURE;
4146
$lAuthenticationAttemptResultFound = false;

0 commit comments

Comments
 (0)