﻿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
26097	UserCreationForm isn't using password_validators_help_text_html	Adam	Sasha Gaevsky	"Unlike `SetPasswordForm` and `AdminPasswordChangeForm`, `UserCreationForm` is not using `password_validators_help_text_html`. I think this was probably accidentally left out of #25052. This means that the ""Add user"" form at /admin/auth/user/add/ provides no indication of what the password requirements are unless you provide a password that does not pass validation. Even then, it doesn't list what ''all'' of the password requirements are.

I tried adding `help_text=password_validation.password_validators_help_text_html()` to the `UserCreationForm` form's `password1` field, but the CSS didn't work well with this (see the attached screen shot), so now I'm submitting this ticket."	Bug	closed	contrib.auth	1.9	Normal	fixed			Accepted	1	0	1	0	0	0
