Hi, I am trying to implement the code in the django docs called: Authenticating against Django's user database from Apache
I am not having much luck. The field req.user that is sent to the mod_python module is always empty. Do I need to put an .htaccess file into the dir that I am trying to protect and authenticate thru django? How does the "req" variable that is passed to django.contrib.auth.handlers.modpython get it's values? Thanks, Chuck --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

