[buddypress-trac] [BuddyPress] #4171: Activation email link missing wp-activate.php

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Wed Apr 25 09:00:49 UTC 2012


#4171: Activation email link missing wp-activate.php
--------------------------+-----------------------------
 Reporter:  lenasterg     |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Core          |    Version:
 Severity:  major         |   Keywords:  needs-patch
--------------------------+-----------------------------
 I have BP installed in a MultiSite, everything works fine  But the email
 sent for activation to the users just contains the domain + key=
 http://mydomain/?key=f5fc9e666d18b44e&e=1
 instead of
 http://mydomain/wp-activate.php?key=f5fc9e666d18b44e&e=1

 The solution is
 Modified bp-core-filters.php file:

 $activate_url = bp_get_activation_page() . "?key=$key"; (this appears TWO
 TIMES)
 for
 $activate_url = bp_get_activation_page() . "wp-activate.php?key=$key";

 as Daniel describes at http://buddypress.org/community/groups/how-to-and-
 troubleshooting/forum/topic/activation-email-link-missing-wp-activate-php/

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


More information about the buddypress-trac mailing list