﻿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
34002	PasswordResetView should work with AbstractBaseUser subclasses without is_active field.	Brylie Christopher Oxley	nobody	"I have a user model that extends AbstractBaseUser. When trying to reset a user password via the django.contrib.auth.views.PasswordResetView, I get the following error:

FieldError at /accounts/password_reset/
Cannot resolve keyword 'is_active' into field.

While the AbstractBaseUser class does have an is_active property set to True, it seems that the PasswordResetView is somehow excluding this property.

The issue is resolved by adding an is_active BooleanField to my User model, but seems like a bug in PasswordResetView."	New feature	closed	contrib.auth	4.1	Normal	wontfix			Unreviewed	0	0	0	0	0	0
