On Mon, 2009-04-27 at 08:09 +0200, Emmanuel Surleau wrote:
> Hello,
> 
> Apologies in advance, I'm sure this query pops up regularly.
> 
> I'd like to replace the default User class which comes with Django's 
> authentication system (for my application, users login via email/password, 
> not 
> login/password, so it's not only a matter of adding fields).

You don't have to change the User model to do that. You only need to
write a different authentication backend.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to