Hello,
i setup a drupal application where a users can register themselves and get access after activation. Now i need to perform additional actions right after the activation took place.
The user_hook as no op for activation, also thought about adding a rule to the user/reset form but could not find a way to it.
Any hints are appreciated.
Thanks in advance Jens
and get access after activation.
Now i need to perform additional actions right after the activation took place.
The user_hook as no op for activation, also thought about adding a rule to the user/reset form but could not find a way to it.
i setup a drupal application where a users can register themselves
Any hints are appreciated.
I am not sure what you want to achieve here. I guess Rules module [1] will help.
[1] http://drupal.org/project/rules
yes, i also came to the idea that the rules module might help. But which form do i apply the rule to and how?
Background info: The drupal application has to communicate with another app in background. Therefore with every account created within the drupal app there is automatically created an account for the other app.
Obviously I only want to create the other account on activation.
Thanks Jens
Am 06.02.2010 16:16, schrieb sivaji j.g:
and get access after activation. Now i need to perform additional actions right after the activation took place. The user_hook as no op for activation, also thought about adding a rule to the user/reset form but could not find a way to it.i setup a drupal application where a users can register themselves
Any hints are appreciated.I am not sure what you want to achieve here. I guess Rules module [1] will help.
[1] http://drupal.org/project/rules
-- Thanks Sivaji