[buddypress-trac] [BuddyPress Trac] #6885: bp_has_custom_signup_page() & bp_has_custom_activation_page() are always true

buddypress-trac noreply at wordpress.org
Mon Feb 8 16:53:01 UTC 2016


#6885: bp_has_custom_signup_page() & bp_has_custom_activation_page() are always
true
-----------------------------------------+-----------------------------
 Reporter:  slaFFik                      |      Owner:
     Type:  defect (bug)                 |     Status:  new
 Priority:  normal                       |  Milestone:  Awaiting Review
Component:  API - Sign ups & Activation  |    Version:
 Severity:  normal                       |   Keywords:
-----------------------------------------+-----------------------------
 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`.

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6885>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list