I think fasClient looks for a 403 on a failed login.
This commit is contained in:
parent
b9190dcbe3
commit
803ebf56fe
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue