- Code: Select all
success="https://apazones.com/thankyou"
However, what I NEED and was thinking that I could simply pass the login/password variables into the success page redirect so it could still go to the members page like this
- Code: Select all
success="https://apazones.com/members/?user_login=%%user_login%%&user_pass=%%user_pass%%"
but that doesn't seem to work either.
I also have Login with ajax running as well. My members page is set to level 0 so it shouldn't be a premission issues if I could pass the newly created variables and automatically login.
I've also tried to let the password be userdefined.
Am I having a plugin conflict or just a coding or redirect conflict?
Thank You