I've found any number of threads on using email as username in django, but none that are both current and conclusive. "Just do <x>", followed by "But that breaks [the forms, the templates, the auth site, the registration, the db schema]" etc., where <x> is something like "use email in the User username column", "use a randomly generated username", "use a hash for username", "write your own auth backend", "use django-emailauth", etc.
What is the current state of this? -- 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.

