Hello xeagle,
I run vbulletin forums v4.2.1 and have integrated with WP v3.8.1 through vbsso plugin.
I find there is a bug in the registration process. Below is the detailed step by step of the registration process -
-Step 1 " Registration page - /forums/register.php - Fill the form with details and click "Complete Registration" button
- Step 2 -Redirects to - /forums/register.php?do=addmember with message "Loging you in.."
-Step 3 - Lands in - /forums/register.php with message -
Our records show that you have already registered under the name of <username>. If you have lost your password, click here. If you would like to modify your profile, click here. ( Refer screen shot)
Attachment 149204
Couple of questions for clarification:
1)I logout completely and clear all my cookies and cache and then tried the registration process. In spite of giving a different email id, user name why is it bringing back to /forums/register.php with a misleading message that the record already exist ( in fact it is a new user record and there is no previous record of this user in the DB.)
2)Have set the vbsso such that at step 3 once the registration form gets filled and submit it should land in - /forums/vbsso/vbsso.php?a=act&do=verifyemail. Why is this not happening? How to fix it?
Thanks in advance.