﻿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
20646	Clarify the use of AbstractBaseUser.REQUIRED_FIELDS	ChocolateCookies	Craig Bruce	"In core/models.py:
{{{
class User( AbstractUser ):
	REQUIRED_FIELDS = [ 'first_name', 'last_name', 'email' ]
	USERNAME_FIELD = 'username'
}}}
In settings.py
{{{
AUTH_USER_MODEL = 'core.User'
}}}

When {{{manage.py syncdb}}} is called, the Superuser creation wizard properly asks for first name, last name and email, in addition to username and password.

However, when creating a User in the admin interface, the fields first name, last name and email address can be left blank. Should this be the case, or is it a bug?"	Cleanup/optimization	closed	Documentation	1.5	Normal	fixed			Accepted	1	0	0	0	1	0
