I use an EmailBackend for auth, found on django snippets http://www.djangosnippets.org/snippets/74/ (though the one pkenjora posted looks the same but slightly better.)
and a generate_username to create a clean unique username when creating accounts, also found on django snippets http://www.djangosnippets.org/snippets/723/ I sure wish djangosnippets had a google search box attached. On Tue, Apr 7, 2009 at 10:38 AM, johan.uhIe < [email protected]> wrote: > > The slugify function may also provide you with valid usernames, if you > feed it with first and last name for example. But always be certain, > that the username is unique, just as malcolm described. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

