[buddypress-trac] [BuddyPress Trac] #7938: Using the same activation key results in wrong "Invalid activation key" error
buddypress-trac
noreply at wordpress.org
Tue Aug 31 21:47:12 UTC 2021
#7938: Using the same activation key results in wrong "Invalid activation key"
error
------------------------------+-------------------------------------
Reporter: r-a-y | Owner: dcavins
Type: defect (bug) | Status: closed
Priority: normal | Milestone: Awaiting Contributions
Component: Members | Version:
Severity: normal | Resolution: fixed
Keywords: needs-unit-tests |
------------------------------+-------------------------------------
Changes (by dcavins):
* owner: (none) => dcavins
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"13099" 13099]:
{{{
#!CommitTicketReference repository="" revision="13099"
Introduce $active parameter for BP_Signup::get().
Allow the `BP_Signup::get()` method to fetch
* activated signups only (`active = 1`)
* not-yet-activated signups only (`active = 0`) - the default case
* signups with any `active` status (`active = false`)
This change means that users following an activation key
for an already-activated account will get a more helpful
error message telling them the account is already activated.
Props Jean-David.
Fixes #7938.
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7938#comment:7>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list