﻿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
36140	"UserCreationForm doesn't allow empty password even if password fields are specified as ""not required"""	buffgecko12		"There was a change made to UserCreationForm (django.contrib.auth.forms) in Django 5.1 which seems to require a password to be provided even if the password1 / password2 fields are explicitly marked as required = False.  It looks like the validate_passwords() method is still being called even if the fields are marked as required = False.

Please see this issue for the details:

https://stackoverflow.com/questions/79387857/django-5-1-usercreationform-wont-allow-empty-passwords

"	Bug	new	Forms	5.1	Normal		form usercreationform validation	buffgecko12	Unreviewed	0	0	0	0	1	0
