I have a User instance that I want to login. Normally in a view I could just invoke authenticate() followed by login(), where the former takes the username and password from the incoming request. In my case I retrieve the User object from the db and only have the username, not the plain password available. I do have the User instance though, so is there a way to login that instance?
2B --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---