projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
675ffb8
)
MFB: Pass user's password to the signup_addextra hook.
author
Jan Schneider
<jan@horde.org>
Thu, 13 Aug 2009 16:00:32 +0000
(18:00 +0200)
committer
Jan Schneider
<jan@horde.org>
Thu, 13 Aug 2009 16:00:32 +0000
(18:00 +0200)
framework/Auth/lib/Horde/Auth/Signup.php
patch
|
blob
|
history
diff --git
a/framework/Auth/lib/Horde/Auth/Signup.php
b/framework/Auth/lib/Horde/Auth/Signup.php
index
6840eb7
..
47af223
100644
(file)
--- a/
framework/Auth/lib/Horde/Auth/Signup.php
+++ b/
framework/Auth/lib/Horde/Auth/Signup.php
@@
-76,7
+76,7
@@
class Horde_Auth_Signup
// Attempt to add/update any extra data handed in.
if (!empty($info['extra'])) {
try {
- Horde::callHook('signup_addextra', array($info['user_name'], $info['extra']));
+ Horde::callHook('signup_addextra', array($info['user_name'], $info['extra']
, $info['password']
));
} catch (Horde_Exception_HookNotSet $e) {}
}
}