projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7478009
)
Fix convertUserName() conversion
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 2 Jun 2010 16:13:04 +0000
(10:13 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 2 Jun 2010 16:13:04 +0000
(10:13 -0600)
framework/Auth/lib/Horde/Auth.php
patch
|
blob
|
history
diff --git
a/framework/Auth/lib/Horde/Auth.php
b/framework/Auth/lib/Horde/Auth.php
index
57214f4
..
8adc44a
100644
(file)
--- a/
framework/Auth/lib/Horde/Auth.php
+++ b/
framework/Auth/lib/Horde/Auth.php
@@
-525,7
+525,7
@@
class Horde_Auth
try {
if (!$is_auth) {
- $userId =
self::
convertUserName($userId, true);
+ $userId =
$GLOBALS['registry']->
convertUserName($userId, true);
}
list(,$credentials) = self::runHook($userId, $credentials, $app, 'postauthenticate');
} catch (Horde_Auth_Exception $e) {