We have to fall through here, because even with transparent authentication and no...
authorJan <jan@horde.org>
Wed, 26 May 2010 15:46:09 +0000 (16:46 +0100)
committerJan Schneider <jan@horde.org>
Wed, 26 May 2010 15:58:32 +0000 (17:58 +0200)
horde/login.php

index 66dfbc4..295130e 100644 (file)
@@ -101,11 +101,6 @@ $auth = ($app && $is_auth)
     ? Horde_Auth::singleton('application', array('app' => $app))
     : Horde_Auth::singleton($conf['auth']['driver']);
 
-/* Check to see if any authentication is available. */
-if (!$is_auth && !$auth->hasCapability('authenticate')) {
-    throw new Horde_Exception(_("No authentication available."));
-}
-
 /* Build the list of necessary login parameters. */
 $loginparams = array(
     'horde_user' => array(