Commit 5f3cf2cd authored by 's avatar

*** empty log message ***

parent bd582ff7
......@@ -82,7 +82,7 @@
# attributions are listed in the accompanying credits file.
#
##############################################################################
__version__='$Revision: 1.19 $'[11:-2]
__version__='$Revision: 1.20 $'[11:-2]
from string import join, split, find, rfind, lower, upper
from urllib import quote
......@@ -465,8 +465,7 @@ class BaseRequest:
steps=join(steps[:-i],'/')
if user is not None:
# Try to set a watermark on the user object.
try: user.__marker__=_marker
except: pass
user.__marker__=_marker
request['AUTHENTICATED_USER']=user
request['AUTHENTICATION_PATH']=steps
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment