﻿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
28881	Document that CommonPasswordValidator assumes all words are lower case	Nick Farrell	Karmen	"The CommonPasswordValidator holds a set of common passwords in memory, after strip()ing any whitespace.
While validating a password, it converts it to lowercase before comparing to the set. However, the reference set was not converted to lowercase.

This is not a problem when using the default set of common passwords, as they have been preprocessed to be lowercase. However, there is nothing in the documentation indicating this preprocessing should occur.


"	Cleanup/optimization	closed	Documentation	2.0	Normal	fixed			Ready for checkin	1	0	0	0	0	0
