My new site runs on organic groups and users get added by invitation.

The normal process is the target user receives an email, they click a link which opens up the website with a 'join' button. Once the button is clicked, they target user is added to the group, provided they were previously registered.

I am trying to intercept the process so that when the user follows the link back to the site, I can use custom code to check if the users email address was previously registered, automatically register them and redirect them to the group home page. On the otherhand, if they are existing members they can go through the normal process of clicking the button.

With this scenario in mind, can anyone tell me what hooks I need to implement to implement my code?

link|improve this question

50% accept rate
Just to be clear on something: what do you mean by previously registered? This means they have a Drupal account and they can log in into your site? And in that respect probably by automatically register an user after checking his email address you mean to create a new Drupal account. If that is the case I think you should not go for this approach. There are two different registration process and for the first one (Drupal account) you might want the user to be fully aware of what his signing up for. As far as I understand you want to skip this step altogether. – Max Dec 18 '11 at 0:43
Hi Max, my intention is to register users by virtue of them already consenting by clicking on the link from their email. But I also need my hook to implement custom code which will add said user to the group from which the invitation was sent. I am looking for a hook in which to write my code because more logic needs to be implemented for this process than the default behaviour. – sisko Dec 18 '11 at 10:58
But can you send invitations to anonymous users? I only have the option to send out invitations to registered users. What OG modules do you have installed? And how does the invitation looks like because that can give you some clues of where you might hook into the process and implement your checking and registration process. – Max Dec 18 '11 at 13:24
I think your question is somehow similiar to this one: stackoverflow.com/questions/4157500/… But here the person tries to implement something that looks more like the solution I suggested. – Max Dec 18 '11 at 13:26
Thanks for the link to the similar question. I think it's a starting point I will investigate. And yes, you can definitely invite anonymous users but it's necessary to make the registration and group join process one seamless function - in my case – sisko Dec 18 '11 at 16:56
show 1 more comment
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.