obviously using django contrib auth works fine in Firefox but IE8 keeps throwing CSRF token error on attempting to log into the admin interface.
No admin templates have been altered using django 1.2.3 in pythonpath even tried changing internet options to allow all cookies!!! tried creating a custom middleware to dont_enforce_csrf_checks but then IE insisted that I wasn't allowing cookies see above!!! has anyone got a solution please? preferably enabling IE8 to log in without without having to import a copy of django onto the site and hacking the templates and views to get rid of the CSRF Cheers -- View this message in context: http://old.nabble.com/IE%2C-CSRF-and-admin-login-tp30837588p30837588.html Sent from the django-users mailing list archive at Nabble.com. -- 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.