None I'm aware of. At least, without heavy code lifting. If you can
afford maintaining your own fork of django.contrib.auth, then go for
it, it's much simpler than the things we did just to have the
application behave right with this snippet as AuthBackend. Some
problems are not resolved still, like using the output of User.__str__
in many third party apps (django's own admin, for example).

On 10 Wrz, 16:15, novice <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am using the django auth and liking it, but I would like to make the
> username to be an email field. I can do it easily by changing the user
> model in the auth, but is there any way of accomplishing this without
> changing the user model? I came across this 
> snippetwww.djangosnippets.org/snippets/74/
> which is somehow related to what I need but this one is telling how to
> use the username or the email to login, users still have to register
> with a user name that is not an email.
>
> Thanks in advance!
> Oumer


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to