On Thu, Jul 17, 2008 at 12:04 PM, rootbit <[EMAIL PROTECTED]> wrote: > > Hey everyone. > i would like to change the authentication system, so that usernames > will be email > like on facebook. > > > how should i go about doing that? > > The answer that has been given other times people have asked for this is to write your own authentication backend. Which is documented here:
http://www.djangoproject.com/documentation/authentication/#other-authentication-sources This might sound like a lot of work for a minor thing but here is a snippet that does it: http://www.djangosnippets.org/snippets/74/ Caveat: I haven't any experience with this myself, I'm just repeating pointers I've seen given elsewhere. It should at least give you a starting point. Karen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

