[buddypress-trac] [BuddyPress Trac] #8977: Ability to trigger resend of account activation email via REST API

buddypress-trac noreply at wordpress.org
Fri Apr 12 14:54:22 UTC 2024


#8977: Ability to trigger resend of account activation email via REST API
-------------------------+--------------------------
 Reporter:  niftythree   |       Owner:  espellcaste
     Type:  enhancement  |      Status:  assigned
 Priority:  normal       |   Milestone:  14.0.0
Component:  REST API     |     Version:  12.4.0
 Severity:  normal       |  Resolution:
 Keywords:  has-patch    |
-------------------------+--------------------------
Changes (by espellcaste):

 * keywords:   => has-patch
 * version:   => 12.4.0


Comment:

 > provided with a link to resend an activation email when they attempt to
 login.

 I just realized this is not a core feature. Maybe we should add it.

 @niftythree I have a [https://github.com/buddypress/BP-REST/pull/499 pull
 request] ready.

 But I'd like a second opinion on the schema of the response. Currently,
 I'm only returning this if the `resend` action is successful:

 {{{
 {
   "sent": true
 }
 }}}

 I don't think we need to return the whole signup object. Only if it fail
 and if it succeded. Thoughts?

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


More information about the buddypress-trac mailing list