projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8be773b
)
We have to fall through here, because even with transparent authentication and no...
author
Jan
<jan@horde.org>
Wed, 26 May 2010 15:46:09 +0000
(16:46 +0100)
committer
Jan Schneider
<jan@horde.org>
Wed, 26 May 2010 15:58:32 +0000
(17:58 +0200)
horde/login.php
patch
|
blob
|
history
diff --git
a/horde/login.php
b/horde/login.php
index
66dfbc4
..
295130e
100644
(file)
--- a/
horde/login.php
+++ b/
horde/login.php
@@
-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(