Commit 19dbd1dd8af6701752fa5c08dd11d4a4e5ee590d

Authored by Michael Joseph
1 parent f71821f6

added error message to login failure logging


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1296 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/authentication/Authenticator.inc
@@ -72,7 +72,7 @@ class Authenticator { @@ -72,7 +72,7 @@ class Authenticator {
72 $aUserDetails["status"] = 0; 72 $aUserDetails["status"] = 0;
73 } 73 }
74 } else { 74 } else {
75 - $default->log->info("Authenticator::login login failed ($sUserName, $sPassword)"); 75 + $default->log->info("Authenticator::login login failed ($sUserName, $sPassword) [". $_SESSION["errorMessage"] . "]");
76 // authentication failed 76 // authentication failed
77 $aUserDetails["status"] = 0; 77 $aUserDetails["status"] = 0;
78 } 78 }