google-code-export / yabi

Automatically exported from code.google.com/p/yabi
0 stars 1 forks source link

Incorrect return message in ws_frontend view #115

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I don't think this message should be sent back as it comes back even if all 
creds decrypt successfully:

{{{
            response = {
                "success": False,
                "message": "One or more of the credentials failed to decrypt with your password. Please see your system administrator."
            }

}}}

Original issue reported on code.google.com by amacgregor on 24 Jan 2012 at 9:19

GoogleCodeExporter commented 9 years ago
Fixed in a4fe8b1017c6. This propagates the right error to the user now.

Original comment by amacgregor on 29 Feb 2012 at 4:15