[buddypress-trac] [BuddyPress] #2257: Sign up activation error ignores root domain in redirection URL
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Sun Mar 28 18:02:48 UTC 2010
#2257: Sign up activation error ignores root domain in redirection URL
------------------------+---------------------------------------------------
Reporter: johngirvin | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 1.3
Component: Core | Keywords:
------------------------+---------------------------------------------------
In a multisite install, if there is an error processing a user activation
from a link containing a key, eg:
http://localhost.localdomain/content/activate?key=fd5f825062214b5c
...the user is redirected to BP_ACTIVATE_SLUG but without the root domain
prefix, ie: /activate. This results in a 404 error.
Cause:
bp_core_activate_signup does not declare $bp as global, so
$bp->root_domain is empty when it is used to build the redirection URL.
--
Ticket URL: <https://trac.buddypress.org/ticket/2257>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list