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 attempting to set a password, the new password is silently ignored.
Reason is that newPassword in the user entity is not set since it seems that DunglasAPI does not deserialize data which don't have a orm column assigned. Needs to be double-checked with earlier PartKeepr versions (probably Git Bisect?) to verify when the problem was introduced.
The text was updated successfully, but these errors were encountered:
When attempting to set a password, the new password is silently ignored.
Reason is that newPassword in the user entity is not set since it seems that DunglasAPI does not deserialize data which don't have a orm column assigned. Needs to be double-checked with earlier PartKeepr versions (probably Git Bisect?) to verify when the problem was introduced.
The text was updated successfully, but these errors were encountered: