Re: Email address in registration form

2010-03-18 Thread shacker
On Mar 17, 8:01 pm, Wiiboy wrote: > Hi guys, > I'm using a combination of the UserCreationForm and my own ModelForm > of my Profile model to create a registration form.  I want to get > users' email addresses, however, that seems to be a field in > contrib.auth.User, so it

Re: Email address in registration form

2010-03-18 Thread Sander
On 18 mrt, 04:01, Wiiboy wrote: > Hi guys, > I'm using a combination of the UserCreationForm and my own ModelForm > of my Profile model to create a registration form.  I want to get > users' email addresses, however, that seems to be a field in > contrib.auth.User, so it

Email address in registration form

2010-03-17 Thread Wiiboy
Hi guys, I'm using a combination of the UserCreationForm and my own ModelForm of my Profile model to create a registration form. I want to get users' email addresses, however, that seems to be a field in contrib.auth.User, so it should be in UserCreationForm. I don't know whether to a. Add to