Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

#3751 closed defect (bug) (fixed)

Jetpack can't be registered to wp.com when BP is enabled

Reported by: boonebgorges's profile boonebgorges Owned by:
Milestone: 1.6 Priority: minor
Severity: normal Version: 1.5
Component: Administration Keywords:
Cc:

Description

In bp_core_wpsignup_redirect(), BP grabs all requests with 'register' == $_GETaction? and redirects them to the public registration page. This means that Jetpack (and probably other plugins) can't perform certain actions that are identified with ?action=register.

I think the easiest solution is just to bail from bp_core_wpsignup_redirect() when is_admin(). See patch. Thoughts?

Attachments (1)

3751.01.patch (606 bytes) - added by boonebgorges 13 years ago.

Download all attachments as: .zip

Change History (5)

#1 @boonebgorges
13 years ago

I'll take the relative silence as a "yes" :)

#2 @boonebgorges
13 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [5345]) Don't catch 'register' action from GET global when on wp-admin, to improve compatibility with Jetpack and other plugins. Fixes #3751

#3 @DJPaul
13 years ago

  • Keywords has-patch needs-testing removed
  • Resolution fixed deleted
  • Status changed from closed to reopened

Need to backport this to 1.5 branch.

#4 @djpaul
13 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

(In [5807]) Backport r5345 from trunk to 1.5 branch. Don't catch 'register' action from GET global when on wp-admin. Fixes #3751 again.

Note: See TracTickets for help on using tickets.