mamcxyz wrote: > However user.backend not exist in the user model definition.
This is because request.user is not exactly a User instance. It's a wrapper that is available from authenticate(username=username, password=password). This one is what should be passed to login(). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

