Hi
I am working with Readybytes as I am integrating Payplans with EasySocial.
However we have run across an issue and I just want to check that the problem is not associated with a setting in EasySocial.
When a user registers it redirects them to the activation page fine (I have it set as user needs to activate)
When they get the email, the link they can click and paste in the token works fine but the link to activate which automatically parses the token to the activation code field does not work.
The link in the email looks something like this:
http://mysite.com/registration?task=activate&token=50bc91a0f4943d7af370c22b3768888c&controller=registration
But that url redirects them to my mysite/join page.
Any ideas?