Opened 14 years ago
Closed 14 years ago
#2784 closed defect (bug) (fixed)
Activating an already-activated account gives an unhelpful message
Reported by: | boonebgorges | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | 1.2.6 | |
Component: | Core | Keywords: | has-patch |
Cc: |
Description
The generic 'There was an error activating your account, please try again.' might be a little bit smarter.
I need this for a project so I will likely find time to patch it for 1.3, unless someone else grabs it.
Attachments (1)
Change History (5)
#3
@
14 years ago
The patch for https://core.trac.wordpress.org/ticket/15780 was committed to http://core.trac.wordpress.org/changeset/16954.
Note: See
TracTickets for help on using
tickets.
There were two places where the activation process did a bp_core_redirect, so the patch removes one of them and returns to let the second handle the activation error. The patch is against the 1.2 branch.
I did not test this in single site to see what error messages were returned. For network activation error messages also see https://core.trac.wordpress.org/ticket/15780.