Welcome Guest, Not a member yet? Register   Sign In
Community auth forced login
#2

See the line:

$this->authentication->redirect_after_login();

Comment it out or remove it. That should prevent the redirect, no?

In my own testing, I was using the Examples controller, social_login method. I had to add to the top of the method:

$this->is_logged_in();

Because if I did not add that, I would get a database error related to duplicate session IDs.
Reply


Messages In This Thread
Community auth forced login - by mxfragz - 05-28-2017, 09:16 PM
RE: Community auth forced login - by skunkbad - 05-29-2017, 08:36 AM
RE: Community auth forced login - by mxfragz - 05-30-2017, 06:19 PM
RE: Community auth forced login - by mxfragz - 05-30-2017, 07:18 PM
RE: Community auth forced login - by skunkbad - 05-30-2017, 10:15 PM
RE: Community auth forced login - by mxfragz - 05-31-2017, 12:11 AM
RE: Community auth forced login - by skunkbad - 05-31-2017, 12:16 PM
RE: Community auth forced login - by mxfragz - 05-31-2017, 06:40 PM
RE: Community auth forced login - by skunkbad - 05-31-2017, 07:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB