Changes between Initial Version and Version 42 of Ticket #689
- Timestamp:
- Nov 15, 2008, 10:11:59 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #689
- Property Summary allow apache to provide authentication instead of django → Honor Web server provided authentication
- Property Status new → assigned
- Property Cc added
- Property Triage Stage Unreviewed → Ready for checkin
- Property Has patch set
- Property Owner changed from to
- Property Version → SVN
-
Ticket #689 – Description
initial v42 5 5 NOTE: it creates a user-record if none exist for the user. 6 6 7 Helios:/src/django_newadmin/django/core/handlers ianh$ diff modpython_apacheauth.py modpython.py 7 {{{ 8 Helios:/src/django_newadmin/django/core/handlers ianh$ diff 9 modpython_apacheauth.py modpython.py 8 10 102,103c102 9 11 < #user_id = self.session[users.SESSION_KEY] … … 29 31 120d108 30 32 < 33 }}}