Skip to:
Content

BuddyPress.org

Opened 10 years ago

Last modified 9 years ago

#6885 new defect (bug)

bp_has_custom_signup_page() & bp_has_custom_activation_page() are always true

Reported by: slaFFik Owned by:
Priority: high Milestone: Awaiting Contributions
Component: Core Version:
Severity: normal Keywords: needs-patch
Cc:

Description

These 2 functions always return true, and thus we can't use default wp-signup.php or /wp-login.php?action=register.
Reason: they check that these files exist:

array(
    'registration/activate.php',
    'members/activate.php',
    'activate.php'
)

But they always exist in bp-templates/bp-legacy/buddypress.

Change History (5)

#1 @DJPaul
10 years ago

  • Component API - Sign ups & ActivationComponent - Core
  • Keywords needs-patch good-first-bug added
  • Milestone Awaiting Review2.6
  • Priority normalhigh

#2 @DJPaul
10 years ago

  • Keywords good-first-bug removed
  • Milestone 2.6Future Release

#3 @slaFFik
10 years ago

  • Milestone Future Release2.8

#4 @boonebgorges
10 years ago

This probably dates from [6448].

Checking for a template seems a pretty indirect way to see whether to load BP's registration page (rather than WP's) - it just happened to work previously. Should we check for the presence of bp_pages['register'] instead?

#5 @DJPaul
9 years ago

  • Milestone 2.8Future Release
Note: See TracTickets for help on using tickets.