Search code examples
djangodjango-registration

Using Django-Registration, what's the easiest way to remove and use email address


For my app, I'd just like people to register with an email address and password and use that to log in. Essentially I dont want the username to ever be seen by the end user.

I'm using django-registration. Is there a super simple way to set it this way? Seems like a fairly common need.

Thanks!


Solution

  • http://djangosnippets.org/snippets/1001/