﻿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
35678	BaseUserCreationForm should not have the admin-specific usable_password field	Simon Willison	Natalia Bidart	"A bug came up today in **django-registration** where a new form field for the registration flow suddenly appeared called ""Password-based authentication"" - it turns out that's because a `usable_password` field that was added to the Django `UserCreationForm` class in the latest release.

Bug report here: https://github.com/ubernostrum/django-registration/issues/245

It appears that the `django.contrib.auth.forms.UserCreationForm` class isn't actually intended for use outside the admin, it would be great if the documentation reflected that."	Bug	closed	contrib.auth	5.1	Release blocker	fixed		Fabian Braun	Ready for checkin	1	0	0	0	0	0
