Re: Authentication using email

2008-11-09 Thread Aaron Lee
Any updates on this one? http://code.djangoproject.com/ticket/8274 Looks like it's still not in the trunk yet? -Aaron On Mon, Aug 18, 2008 at 7:13 PM, Jesús Del Carpio <[EMAIL PROTECTED]> wrote: > > Hello Antonio, > > I am in the exact situation as you mention, I used a snipped in > http://www.d

Re: Authentication using email

2008-08-18 Thread Jesús Del Carpio
Hello Antonio, I am in the exact situation as you mention, I used a snipped in http://www.djangosnippets.org/snippets/142/ But as you mention, it doesn't work with Admin. What we're doing is log in via the application and since we have the session, jump to the Admin url to be logged. I didn't k

Re: Authentication using email

2008-08-18 Thread Julien Phalip
On Aug 19, 8:19 am, Antonio Ognio <[EMAIL PROTECTED]> wrote: > In the login form I ask the user to type an e-mail address and then I > wrap the view at django.contrib.auth.views.login with another view > that copies the POST QueryDict of the request in order to make it > mutable and have the usern

Authentication using email

2008-08-18 Thread Antonio Ognio
Hello everyone, For my current project I'm replacing the username with the e-mail address wherever the end-user sees it. I haven't had to implement a different authentication backend since I'm saving the email address with the @'s and dots replaced with underscores as the username field for the d