You could check out django-userena On Mon, Sep 24, 2012 at 9:57 PM, Bill Beal <[email protected]> wrote:
> Hi all, > > I want to use the email address as the username for registration and > login. I'm using django-registration for 2-stage registration. I'm > looking for an easier way than what I've come up with so far. I can modify > registration and activation, but then django.contrib.auth.views.login has a > 30-character limit on the username. I'm not looking forward to making > username act like an email address. Any quick fixes? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/django-users/-/E4GTF1wAPZ8J. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

