Re: Use Email to Login With Django Auth

2018-11-01 Thread Ryan Shepard
That helps a bunch, thank you!

On Thursday, November 1, 2018 at 12:44:20 PM UTC-5, Andrew Pinkham wrote:
>
> You may be interested in django-improved-user, as it provides an 
> email-based User model. 
>
> https://pypi.org/project/django-improved-user/ 
>
> Full disclosure: I am one of the original authors. If you have any trouble 
> with the package or documentation, please open an issue! 
>
> Andrew 
> https://jambonsw.com 
> https://django-unleashed.com 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/36d40de6-234a-461a-bd95-0a80dca83493%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Use Email to Login With Django Auth

2018-11-01 Thread Ryan Shepard
How could i go about allowing people to also use their email to sign into 
Django instead of a username? I have done research my self and tried 
creating my own backend for it. But it doesn't work.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/d6046362-5149-4edf-adc8-273547213748%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.