Opened 10 years ago
Closed 10 years ago
#5559 closed defect (bug) (fixed)
Signups Management: Activate method trouble
Reported by: | imath | Owned by: | |
---|---|---|---|
Milestone: | 2.0.1 | Priority: | high |
Severity: | major | Version: | 2.0 |
Component: | Core | Keywords: | has-patch commit |
Cc: |
Description
In BP_Signup::activate(), in case of an error, we should first try to get the user_id before checking for his status. As he's not defined the way it's done now.
With this patch, if the activate action is requested, when a user is already activated, he will disappear from the pending account.
Attachments (1)
Change History (6)
#2
@
10 years ago
Gentlemen,
Will this fix the "Invalid Activation Key" error?
Just wondering because this issue has me stuck for over a month now.
Thank you.
Note: See
TracTickets for help on using
tickets.
Yes, this fix looks right to me.