Ticket #7107 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

Lost password does not work

Reported by: thee17 Assigned to: anonymous
Priority: high Milestone: 2.6
Component: Administration Version: 2.6
Severity: major Keywords: has-patch commit
Cc:

Description

I am running the 2.6-bleeding 2 and can confirm using wp-login.php on wordpress.com the link is leaving out the "?action=lostpassword" part in the link and links to the home page. If I put it in manually to the URL the page workes.

Attachments

7107.diff (2.3 kB) - added by DD32 on 06/08/08 02:54:07.

Change History

06/08/08 02:50:29 changed by DD32

Looks like someone forgot to insert some echo's

06/08/08 02:52:39 changed by DD32

Was in [8058]; by the look of it, that was the only affected ones in the commit.

06/08/08 02:54:00 changed by Viper007Bond

  • keywords set to has-patch commit.

06/08/08 02:54:07 changed by DD32

  • attachment 7107.diff added.

06/08/08 16:56:01 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [8061]) Don't forget to echo. Props DD32. fixes #7107 see #7001