Forums

Join
bbPress Support ForumsTroubleshootingRedirecting Login

Info

Redirecting Login

  1. I've recently installed Alpha 1.0 with a WP 2.6 install.
    Was able to integrate with one major bug: when a user logs in using the bb-press form, it passes authentication, but goes to a white screen of death!

    But, if user logs in using WP, everything is fine.

    How can I redirect the link that BB-Press automatically generates for the user to login to the WP login form? and then maybe redirect them back to the topic they were looking at?

  2. I also have a similar problem. I installed Alpha 1.0 with a WP 2.6.1 install - when logging into WP now it just goes back to the login screen again, can never reach /wp-admin/. BBpress for me though, works fine at the login (but interestingly still can't get to /wp-admin/ when logged in through BBpress - wasn't it supposed to be integrated?)

  3. I was seeing something similar and I found it relates to ADMIN_COOKIE_PATH in wp, and $bb->wp_admin_cookie_path in bbPress.

    In my case, I had bbPress located at domain.tld/forum/ for a wp install at domain.tld. If I set the wp ADMIN_COOKIE_PATH to /wp-admin/ as usual, then I got this behavior... but if instead I set it to "/" then things work fine.

    This may or may not be related to the issue you are seeing.

  4. non.

    it's already set to "/".

  5. yea, I have same problem as jbbrwcky. If I log in to bbpress, then no longer can I access admin of wordpress. If I logout of bbpress, then I can log into wordpress.

  6. You must log in to post.