﻿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
27045	create_user and create_superuser do not enforce AUTH_PASSWORD_VALIDATORS	Chris Griffin	nobody	According to this [https://groups.google.com/forum/#!searchin/django-users/AUTH_PASSWORD_VALIDATORS$20create_user%7Csort:relevance/django-users/3nL4cImH1Ls/JPVdlUX9CAAJ thread], the create_user method does not enforce the password validators which I ran into while trying to unittest my validation settings. This seems quite dangerous especially since most validation in django is normally on the model level and many developers like myself may assume these management commands would enforce these settings.	Bug	new	Core (Management commands)	1.9	Normal		AUTH_PASSWORD_VALIDATORS		Unreviewed	0	0	0	0	0	0
