Re: Django authentication by email

2014-05-15 Thread Brian Schott
Django-allauthhttps://github.com/pennersr/django-allauth — Sent from Mailbox On Thu, May 15, 2014 at 7:58 AM, Frankline wrote: > Hi all, > I am thinking of developing a web application where users will have to > login by their email address instead of using their usernames. > Now I know I can do

Re: Django authentication by email

2014-05-15 Thread Vibhu Rishi
Hi, django-allauth will work for your needs. Give it a try. http://django-allauth.readthedocs.org/en/latest/ V. On Thu, May 15, 2014 at 5:26 PM, Frankline wrote: > Hi all, > > I am thinking of developing a web application where users will have to > login by their email address instead of usi

Re: Django authentication by email

2014-05-15 Thread Venkatraman S
On Thu, May 15, 2014 at 5:26 PM, Frankline wrote: > Hi all, > > I am thinking of developing a web application where users will have to > login by their email address instead of using their usernames. > > Now I know I can do this by writing my own auth backend, but I'm just > curious how the rest

Django authentication by email

2014-05-15 Thread Frankline
Hi all, I am thinking of developing a web application where users will have to login by their email address instead of using their usernames. Now I know I can do this by writing my own auth backend, but I'm just curious how the rest of you handle this. Do you normally use third party packages to