I'm also trying to integrate the Vbulletin authentication into my own custom login process. I'm not sure what the best approach on this.
Option 1) Have the custom form post to VB's login.html and then hack that page to header redirect back to my own script to complete the registration. This would mean I'd have to keep all usernames and password synced, which I'd rather not do.
Option 2) Try and copy and modify the VB login process to manually authenticate the user. Trying to do this has proven to be extremely difficult.
|