Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 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:
Priority: normal Milestone: 1.7
Component: Core Version: 1.7
Severity: normal 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)

#1 @DJPaul
14 years ago

  • Milestone Awaiting Review1.7
  • Version1.7

#2 @magichew
14 years ago

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

#3 @r-a-y
14 years ago

  • Resolutionduplicate
  • Status newclosed

Duplicate of #4755.

Note: See TracTickets for help on using tickets.