From: Michael M Slusarz Date: Thu, 6 Aug 2009 03:30:34 +0000 (-0600) Subject: Horde_Auth::authenticationFailureRedirect -> Horde_Auth::authenticateFailure X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=94a57819e78799d324c1f69043344bbca11db54c;p=horde.git Horde_Auth::authenticationFailureRedirect -> Horde_Auth::authenticateFailure --- diff --git a/framework/Auth/lib/Horde/Auth.php b/framework/Auth/lib/Horde/Auth.php index 1e2f3edee..e6660e992 100644 --- a/framework/Auth/lib/Horde/Auth.php +++ b/framework/Auth/lib/Horde/Auth.php @@ -425,7 +425,8 @@ class Horde_Auth } /** - * Redirects to the Horde login page on authentication failure. + * Handle authentication failures, redirecting to the login page + * when appropriate. * * @param string $app The app which failed authentication. * @param Horde_Exception $e An exception thrown by @@ -433,8 +434,7 @@ class Horde_Auth * * @throws Horde_Exception */ - static public function authenticationFailureRedirect($app = 'horde', - $e = null) + static public function authenticateFailure($app = 'horde', $e = null) { if (Horde_Cli::runningFromCLI()) { $cli = Horde_Cli::singleton();