Changes between Initial Version and Version 42 of Ticket #689
- Timestamp:
- 11/16/08 04:11:59 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #689
-
Property
Status
changed from
new
toassigned
- Property Cc telenieko@… hozer@… koen.biermans@… hv@… hugh@… ericvw@… grf@… hinnerk@… added
-
Property
Summary
changed from
allow apache to provide authentication instead of django
toHonor Web server provided authentication
-
Property
Version
changed from
to
SVN
- Property Owner changed from nobody to Marc Fargas
- Property Has patch set
-
Property
Triage Stage
changed from
Unreviewed
toReady for checkin
-
Property
Status
changed from
-
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 }}}