Re: Using email as username for django auth

2009-07-05 Thread Michael
On Sat, Jul 4, 2009 at 8:09 PM, zweb wrote: > > i just increased the size of username in auth_user table to 100 and I > enter email as user name from my register user web page. > Just for the record this is unsupported in Django (due to the constaints django.contrib.auth.models.User.username), a

Re: Using email as username for django auth

2009-07-04 Thread djangou...@gmail.com
Mind sharing your modifications? -- Sent from my Palm Pre zweb wrote: i just increased the size of username in auth_user table to 100 and I enter email as user name from my register user web page. Django auth is working fine. I use my own form and view but django's authenticate and login metho

Using email as username for django auth

2009-07-04 Thread zweb
i just increased the size of username in auth_user table to 100 and I enter email as user name from my register user web page. Django auth is working fine. I use my own form and view but django's authenticate and login methods. It did not give me any errors saying I cannot enter or use (at) sig