Re: Long user creation forms

2009-09-16 Thread Rodney Topor
I've decided this *is* a good way to solve my problem. On Sep 10, 2:40 pm, Rodney Topor wrote: > The default UserCreationForm in django.contrib.auth.forms only asks > for username and password.  Given that users also have first and last > names and emails, it would be natural for the default for

Long user creation forms

2009-09-09 Thread Rodney Topor
The default UserCreationForm in django.contrib.auth.forms only asks for username and password. Given that users also have first and last names and emails, it would be natural for the default form to provide fields for these also. One way to provide these extra fields is to define a subclass of U