The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
regiester_adduser_complete hook ...
As soon as a user completes their registration, I want to call an other function passing their username and password to it.
I am guessing that this needs to go in the register_adduser_complete hook. I have been playing around with it and cant seem to fetch the password. i.e. I don't know which object and/or variable it will be found in. I have tried ... $vbulletin->GPC['password'] and $password Gary |
#2
|
||||
|
||||
It is best to read through the files for this type of thing rather than by guessing.
|
#3
|
||||
|
||||
$userinfo['username']
$userinfo['password'] |
#4
|
|||
|
|||
The password will not be in plain text though.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|