Login with email address

2015-11-04 Thread Patrick Breitenbach
Is there a current "best" approach or module for signup/login with an email address? I can't believe this is not included with django. In fact, it should be the default. 80-99% of services and projects do not use usernames. -- You received this message because you are subscribed to the Google

Re: Authenticate users with both username and email

2015-11-04 Thread Patrick Breitenbach
Are you suggesting that there's a relatively easy way to implement "email address as username"? Is it as easy as just putting an email address into the username field? And making sure to update it when someone updates their email address? On Monday, January 19, 2015 at 2:33:35 AM UTC-8, James