← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 686397] Re: Failed logon leads to invalid action

 

Hello,

I have checked the issue with the latest code on my end and it works
fine. Would you please check the issue again with the latest code.

I am closing this bug for the sake of clarity in launchpad. If problem
will still persists at your end then you can reopen this bug.

Thanks.


** Changed in: openobject-client-web
       Status: New => Invalid

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/686397

Title:
  Failed logon leads to invalid action

Status in OpenObject Web Client:
  Invalid

Bug description:
  If a user attempts to login at the /openerp/login page and enters an incorrect username or password, the user gets redirected to the following url:

    /openerp/login?action=login&message=Bad+username+or+password&db=pilot&user=admin

If the user successfully logins in at that URL, then they get a page of errors due to that "action=login" parameter being in the URL. Included in the error messages is the user's username and password in clear text. The actual error that is generated is:

<type 'exceptions.TypeError'>: index() got an unexpected keyword argument 'action'
      args = ("index() got an unexpected keyword argument 'action'",)
      message = "index() got an unexpected keyword argument 'action'" 

Version: 6.0 rc1