From: Jan Schneider Date: Mon, 20 Sep 2010 09:11:43 +0000 (+0200) Subject: Get authentication error after failed authentication. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3f4d171bb6cab437cee2d7a9e85b1be72dc3f675;p=horde.git Get authentication error after failed authentication. --- 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');