send the user back to that location once logged in?

JamBoy
JamBoy
@ashiksh
10 years ago
13 posts
How can i send the user back to that location once the login.


Is there any option in admin side to set it???
updated by @ashiksh: 10/23/14 02:23:52AM
JamBoy
JamBoy
@ashiksh
10 years ago
13 posts
Please anyone could help me?
michael
@michael
10 years ago
7,714 posts
The login is done from the login screen:

YOUR-SITE.com/user/login

So the user would be on that screen when they logged in. There would be no point in returning to the same screen after they have logged in.

There is no option to set where to go, you'd have to do something custom.
brian
@brian
10 years ago
10,148 posts
This actually already should be working. If a user views a page that requires logging in, they are automatically redirected back to that page on login. However, if they just go to the login and login, it directs them to their own profile - that contains their user timeline which gets them up to date on their system activity.

Let me know if that helps.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
WizzBay
@wizzbay
10 years ago
4 posts
Try using php redirect code...it should take back your clients to the previous page.

Tags