[buddypress-trac] [BuddyPress Trac] #9206: Duplicate Activation Email Sent When Using Invite Registration Feature

buddypress-trac noreply at wordpress.org
Thu Jul 4 16:23:44 UTC 2024


#9206: Duplicate Activation Email Sent When Using Invite Registration Feature
--------------------------+---------------------
 Reporter:  vapvarun      |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  14.0.0
Component:  Registration  |     Version:
 Severity:  normal        |  Resolution:
 Keywords:                |
--------------------------+---------------------

Comment (by dcavins):

 So the primary issue is that invitations are not really accepted until the
 `bp_core_signup_user` hook, and that happens after `apply_filters(
 'bp_core_signup_send_activation_key'...` in `bp_core_signup_user()`.

 However, there are some interactions that still need to be thought
 through. For instance, if you are allowing membership requests and
 invitations, then, if a request has been made, extending an invitation to
 that same user should accept the request, which is not currently
 happening. When both are active, we need to check the following cases:
 * invitation only path
 * request only path
 * invitation followed by request (this should ignore the invitation if the
 user simply comes to * the request membership form without following the
 invitation link)
 * request followed by invitation (this should result in the user being
 activated)

 I can look at the last issue on Friday, but I don't have any more time
 today. We've got to celebrate Independence Day here in the US. :)

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/9206#comment:6>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list