From 3f4d171bb6cab437cee2d7a9e85b1be72dc3f675 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 20 Sep 2010 11:11:43 +0200 Subject: [PATCH] Get authentication error after failed authentication. --- horde/login.php | 1 + 1 file changed, 1 insertion(+) diff --git a/horde/login.php b/horde/login.php index bdba79707..1d817972a 100644 --- a/horde/login.php +++ b/horde/login.php @@ -191,6 +191,7 @@ if ($logout_reason) { exit; } + $logout_reason = $auth->getError(); $entry = sprintf('FAILED LOGIN for %s [%s] to Horde', $vars->horde_user, $_SERVER['REMOTE_ADDR']); Horde::logMessage($entry, 'ERR'); -- 2.11.0