How to use email as user login name

2011-08-28 Thread quasar
Question is how to use email as user login name, and make user name not unique? What's the best way to do that? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe fr

Re: How to use email as user login name

2011-08-29 Thread quasar
.User, and add one more field for user name? Is this possible? Thank you very much. On Aug 28, 7:46 pm, Shawn Milochik wrote: > On 08/28/2011 03:26 PM, quasar wrote: > > > Question is how to use email as user login name, and make user name > > not unique? What's the best

Re: How to use email as user login name

2011-08-29 Thread quasar
wrote: > On 08/28/2011 03:26 PM, quasar wrote: > > > Question is how to use email as user login name, and make user name > > not unique? What's the best way to do that? > > To use e-mail as login, write your own backend (about four lines of > code). You'll be

Re: How to use email as user login name

2011-08-29 Thread quasar
Just saw it, sorry. Thank you. I will go through the code. On Aug 29, 12:24 pm, Alternativshik wrote: > did you seen my answer? Just Read the code of this application. It`s > the answer for all your questions. > > On Aug 29, 7:49 pm, quasar wrote: > > > > > > >