Opened 12 years ago
Closed 12 years ago
#4760 closed defect (bug) (duplicate)
Activation Link in e-mail links to Register Page, Users can't activate account
Reported by: | magichew | Owned by: | |
---|---|---|---|
Milestone: | 1.7 | Priority: | normal |
Severity: | normal | Version: | 1.7 |
Component: | Core | Keywords: | |
Cc: |
Description
Activation link in email appears good, link appears to take to site.com/activate/.php?key=xxxxxx but users are directed to site.com/wp-login.php?action=register
Attempting to log in with credentials doesn't work as account hasn't been activated.
Change History (3)
Note: See
TracTickets for help on using
tickets.
You need to delete the ‘wp-‘ and the “.php” from the activation link to make it work, like the one below…
http://site.com/wp-activate.php?key=xxxxxxxxxxxxxxxxxxxxxxxx
it needs to be manually changed to the following in the address bar to activate an account.
http://site.com/activate?key=xxxxxxxxxxxxxxxxxxxxxxxx