Shopizer 3.2.0 using the latest tags for both shopizerecomm/shopizer-admin and shopizerecomm/shopizer:latest
When a user attempts to change their own password by providing their current password and the new password (twice), clicking Save results in an Error 500 and in the logs the following error can be seen
2023-12-28 13:17:59.752 ERROR 1 --- [nio-8080-exec-4] c.s.s.s.api.exception.RestErrorHandler : Actual password does not match for user [50]
This is due to when clicking Save, the PATCH request passes the new password as both the current password (password) in the request body.
Shopizer 3.2.0 using the
latest
tags for bothshopizerecomm/shopizer-admin
andshopizerecomm/shopizer:latest
When a user attempts to change their own password by providing their current password and the new password (twice), clicking Save results in an Error 500 and in the logs the following error can be seen
This is due to when clicking Save, the PATCH request passes the new password as both the current password (
password
) in the request body.