﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
3409	PasswordInput that doesn't render value in newforms	scott@…	Adrian Holovaty	"The PasswordInput widget in newforms renders its value to html which means the password is in cleartext in the html.  That's fine in some situations, but it's common for security to output an empty password field and have the user enter it again (e.g. if log in fails or registration form does not validate).

I suggest either:

A separate widget, e.g. PrivatePasswordInput, see widgets.diff

Or a parameter for the existing PasswordInput, see widgets2.diff"		closed	Forms	dev		fixed	PasswordInput security widget		Ready for checkin	1	0	0	0	0	0
