K
|
karmacomposer author 10/5/2010 |
OK. After reading more into this, I found out that I need to add an event on the UserValidation table, in the Register page and after successful registration. |
K
|
karmacomposer author 10/5/2010 |
I am pretty sure this is wrong, but I am flying blind here: |
A
|
ann 10/6/2010 |
Hi, global $conn;
|
K
|
karmacomposer author 10/6/2010 |
Hi, it's PHP code (not an SQL) in the After successful registration event, you can use if clause uncommented. Also you are not supposed to change parameters of the function (just leave $userdata variable as it is). Here is the code to try (MySQL): global $conn;
|
A
|
ann 10/6/2010 |
Mike, function AfterSuccessfulRegistration($userdata);
|
K
|
karmacomposer author 10/6/2010 |
Mike, here is the correct line: function AfterSuccessfulRegistration($userdata);
|
A
|
ann 10/6/2010 |
Mike, global $conn;
|
K
|
karmacomposer author 10/6/2010 |
I uploaded to my demo account and sent a support ticket. |