﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
18755	PHP Notices when requesting new password	ampt	ryan	"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.
"	defect (bug)	closed	normal	3.3	Warnings/Notices		minor	fixed	has-patch	
