Since I have implemented Dolphin as my Main site, I use its user system to all over my sub domains.
I have Vanilla forums on my subdomain. Since I have implemented Single Sign-On. When the user clicks on vanilla login, they are redirected to dolphin site login page. When they logged in successfully, they are redirected to Profile page as per the Dolphin configuration.
But I want them to be redirected back to Vanilla Forums after login. How to do that?
Similarly, I have some custom PHP page on my Dolphin folder which also uses Dolphin Login System. When a user visits that page, if they are not logged into dolphin site then they are shown dolphin login page. After login, they are redirected to Profile page as per Dolphin configuration. I want them to be redirected back to the custom PHP page after login.
How to achieve this? How to redirect back to called URL after Login/Join?
