Bug in UM User Registration
-
Hello,
We are encountering a bug when we use a redirect parameter in the URL for the page where our registration form lives. If we include a redirect parameter on the URL which brings the user to the registration form, then upon registration the user WILL be created in WordPress correctly, but the user is NOT automatically logged in.
So for example, if a user visits:
https://boxofficefunding.com/login/?redirect_to=google.com
They can successfully register and will be redirected to Google.com. HOWEVER, they are not automatically logged into the site. (In our real use case the user is redirected to a dynamic page within our site; I am using Google.com here just as a simple example.)
Note that if the user visits instead:
https://boxofficefunding.com/login/
They are able to successfully register and upon registration they ARE automatically logged in and redirected to the default redirect page specified in the UM Settings for that User Role.
So we know the redirection is working on both cases (URL with or without redirect parameters). The bug or problem seems to be that if the URL contains a redirect parameter, then when the user submits their registration they are NOT automatically logged into the site. This is breaking our workflow and needed user experience.
Can anyone please help us with this issue? We need the user logged in automatically into their account when they register so they can continue their workflow.
Thank you!
The page I need help with: [log in to see the link]
- The topic ‘Bug in UM User Registration’ is closed to new replies.