#18755 closed defect (bug) (fixed)

PHP Notices when requesting new password

Reported by: ampt Owned by: ryan
Priority: normal Milestone: 3.3
Component: Warnings/Notices Version:
Severity: minor Keywords: has-patch
Cc:

Description

Submitting the lost password form without $_POST['user_login'] displays the following notices:

Notice: Undefined index: user_login in /wp-login.php on line 174
Notice: Undefined index: user_login in /wp-login.php on line 179

The current logic implies that $_POST['user_login'] is defined.

Example POST data submission:

user_login&redirect_to&wp-submit=Get%20New%20Password

We can also remove $_POST['user_email'] as it doesn't seem to be used in the lost password form.

Attachments (1)

18755.patch (737 bytes) - added by ampt 20 months ago.

Download all attachments as: .zip

Change History (3)

ampt20 months ago

  • Milestone changed from Awaiting Review to 3.3
  • Owner set to ryan
  • Resolution set to fixed
  • Status changed from new to closed

In [19056]:

Avoid warning when user_login not in POST. Props ampt. fixes #18755

Note: See TracTickets for help on using tickets.