Arrow

Logout works great, but log in keeps going to my account page | Peter's Login Redirect | Forum

Back to the login redirect plugin page

Please consider registering
guest

Log In

Lost password?
Advanced Search

— Forum Scope —

  

— Match —

   

— Forum Options —

   

Minimum search word length is 4 characters - maximum search word length is 84 characters

Topic RSS
Logout works great, but log in keeps going to my account page
May 19, 2014
6:19 pm
GreenPeakLabs
New Member
Forum Posts: 1
Offline

You can see by going to http://www.GreenPeakLabs.com/makerplace (demo site). Log in with user "test" and pass "test". It should take you to the events page on login and the members-home page on logout.

Any idea why it may be doing this?

May 20, 2014
8:55 pm
Peter
Admin
Forum Posts: 841
Offline

Hi,

In that scenario, it is almost always the case that another plugin is hardcoding or overwriting the redirect URL

August 7, 2014
10:39 am
hfcfalkeev
New Member
Forum Posts: 1
Offline

I've the same problem, but I have identified the plugin that prevents redirect. It is Google Captcha (reCAPTCHA). If I disable it, the forwarding works after login. Is Google Captcha (reCAPTCHA) is active, the forwarding does not work anymore and the user lands on the Dashboard.

August 26, 2014
1:58 pm
kjetterman
New Member
Forum Posts: 1
Offline

How can I figure out which plugin is causing the overwrite? I do not have Google Captcha installed...

August 26, 2014
4:47 pm
Peter
Admin
Forum Posts: 841
Offline

You can inspect the source of the login form to see if it's posting to anywhere other than wp-login.php.

You could also disable plugin one by one to see which is responsible.

Or, you can use something like this to see what's hooked into the "login_redirect" filter:
http://www.rarst.net/script/de.....ess-hooks/