Re: Authentication with Email

2013-03-20 Thread Frank Bieniek
Hi, take a look at http://www.django-userena.org/ customziable login and registration. Thanks Frank Am 20.03.2013 01:09, schrieb fire_water: Hi, I am fairly new to Django and have started building a website that will require users to create an account with a username, email address, and pas

Re: Authentication with Email

2013-03-19 Thread Lachlan Musicman
On 20 March 2013 11:09, fire_water wrote: > Hi, > > I am fairly new to Django and have started building a website that will > require users to create an account with a username, email address, and > password. Users will log in with their email address and password, not > username. > > There has be

Re: Authentication with Email

2013-03-19 Thread Shawn Milochik
Your timing is just about perfect. Django 1.5 was just released, with a customizable user model. So use that. -- 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 dja

Authentication with Email

2013-03-19 Thread fire_water
Hi, I am fairly new to Django and have started building a website that will require users to create an account with a username, email address, and password. Users will log in with their email address and password, not username. There has been a lot of discussion about this topic in the past, b