I think fasClient looks for a 403 on a failed login.

This commit is contained in:
Ricky Zhou (周家杰) 2008-03-11 14:12:12 -04:00
parent b9190dcbe3
commit 803ebf56fe

View file

@ -125,8 +125,7 @@ class Root(controllers.RootController):
msg=_("Please log in.")
forward_url= '.'
### FIXME: Is it okay to get rid of this?
#cherrypy.response.status=403
cherrypy.response.status=403
return dict(message=msg, previous_url=previous_url, logging_in=True,
original_parameters=request.params,
forward_url=forward_url)