﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
14866	Login page removes auto-filled username when focusing input	svivian		"Perhaps this is by design, but the Wordpress login page includes this Javascript:

{{{
d = document.getElementById('user_login');
d.value = '';
d.focus();
}}}

The problem is, if I have saved login credentials in my browser, the username gets REMOVED on page load (the password stays filled in). Wordpress should just focus the input and not clear it!"	defect (bug)	closed	normal		General	3.0.1	normal	duplicate	login focus	
