Re: Using Emails to authenticate

2012-11-04 Thread Victor Rocha
I haven't heard of a package that does what you need. I will try to help you as much as possible. I use django-registration to handle user registration. It provides a form named RegistrationFormUniqueEmail, this form, as its name suggests, will ensure that the email used is unique. For login:

Using Emails to authenticate

2012-11-04 Thread Frankline
Hi all, I guess this question has been asked here a couple of times but I'm going to ask it anyway. I'm developing a Django application/website and I have a need to use the email for authentication instead of username. I'm more keen to find out how you handle the following: - The default length