-
Type:
Change Request
-
Resolution: Unresolved
-
Priority:
Major
-
None
-
Affects Version/s: 3.0.26
-
Component/s: API (A)
-
None
Steps to reproduce:
- Call the API 'user.login' and a wrong password with curl or any other tool
- The API returns 200, and a field "error" in JSON
Expected:
- The API should returns 403 when the authentication fails.