id summary reporter owner description type status priority component severity resolution keywords cc release 2953 fix for 0.11 mandric@… Waylan Limberg "To get this to work on 0.11b2 i needed this patch to djangoauth/djangoauth.py . {{{ 23,25c23,25 < cookie = req.incookie['sessionid'] < sid = cookie.OutputString()[10:-1] < authname = self._get_name_from_django(sid) --- > #cookie = req.incookie['sessionid'] > #sid = cookie.OutputString()[10:-1] > authname = self._get_name_from_django(req.incookie['sessionid'].value) }}} After you modify it, build it with python setup.py bdist_egg and copy to plugins dir. I think an apache graceful restart is usually a good idea as well." enhancement new normal DjangoAuthIntegration normal 0.11