Hi all,
I'm trying to login a user using django's authentication backend with the 
following:
user=auth.authenticate(userid,pass)
if user:
   if user.is_active:
      auth.login(request,user)
I am getting TypeError login() takes exactly 1 argument (2 given). I've checked 
the docs and i can't find any problem there. Pls any help will be appreciated. 
Am using django 1.3.1, python 2.7 on ubuntu 11.04.

-- 
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