Hi
I'm getting an error when I try to sign up for a new account on my Zenphoto site. This site is using a custom built theme.
After signing up for an account I am given this message:
"Your registration information has been accepted. An email has been sent to you to verify your email address."
I then go to that email and there is a message with a verification link. So far so good.
However when I go to the link I am shown the registration page with the following message:
"Verification failed. Your registration request could not be completed."
I can log into my admin account and check under users and there is a new user (awaiting verification) with the details I entered, so that part is working correctly.
I am using a custom registration form (it is essentially a copy paste of the standard form with minor changes) and is located in:
plugins/register_user/register_user_form.php
I have tried removing this and using the default register form but the problem persists.
Any help with this would be greatly appreciated.