Monday, May 23, 2011

Re: Implement su (i.e. substitute user) in Django

Hmmm;

thank you for answering.

> from django.contrib.auth import login
>
> (in view)
> login(request, user)

This was indeed simple; however I can unfortunately not get it to
work. The view returns a traceback starting with:

AttributeError at /su/
'User' object has no attribute 'backend'
....

Any idea?

Joakim

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

No comments:

Post a Comment