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?