We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab56c2 commit 5d3e829Copy full SHA for 5d3e829
src/includes/process-login-attempt.php
@@ -35,7 +35,12 @@ function logMessage($lMessage) {
35
}
36
37
$cUNSURE = -1;
38
+ $cACCOUNT_DOES_NOT_EXIST = 0;
39
+ $cPASSWORD_INCORRECT = 1;
40
+ $cNO_RESULTS_FOUND = 2;
41
$cAUTHENTICATION_SUCCESSFUL = 3;
42
+ $cAUTHENTICATION_EXCEPTION_OCCURED = 4;
43
+ $cUSERNAME_OR_PASSWORD_INCORRECT = 5;
44
45
$lAuthenticationAttemptResult = $cUNSURE;
46
$lAuthenticationAttemptResultFound = false;
0 commit comments