From 19dbd1dd8af6701752fa5c08dd11d4a4e5ee590d Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Tue, 4 Mar 2003 07:19:17 +0000 Subject: [PATCH] added error message to login failure logging --- lib/authentication/Authenticator.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/authentication/Authenticator.inc b/lib/authentication/Authenticator.inc index e4e42c6..10e6283 100644 --- a/lib/authentication/Authenticator.inc +++ b/lib/authentication/Authenticator.inc @@ -72,7 +72,7 @@ class Authenticator { $aUserDetails["status"] = 0; } } else { - $default->log->info("Authenticator::login login failed ($sUserName, $sPassword)"); + $default->log->info("Authenticator::login login failed ($sUserName, $sPassword) [". $_SESSION["errorMessage"] . "]"); // authentication failed $aUserDetails["status"] = 0; } -- libgit2 0.21.4