You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an user try to change his password he get an error. Logs says that Attribute password is missing.
Complementary information
The data sent to backend has invalid format. It should be {"currentPassword":"oldPassword","password":"newPassword"} but {"password":{"currentPassword":"oldPassword","password":"newPassword"}} is sent.
The text was updated successfully, but these errors were encountered:
Request Type
Bug
Work Environment
Cortex 2.0.0
Problem Description
When an user try to change his password he get an error. Logs says that
Attribute password is missing
.Complementary information
The data sent to backend has invalid format. It should be
{"currentPassword":"oldPassword","password":"newPassword"}
but{"password":{"currentPassword":"oldPassword","password":"newPassword"}}
is sent.The text was updated successfully, but these errors were encountered: