Closed lautarodragan closed 5 years ago
Change Password was storing the new password as a Binary rather than string, which then made logging in impossible.
Also, the validation on oldPassword was inverted, so any password but the correct one would allow one to change the password.
oldPassword
:tada: This PR is included in version 1.28.10 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Change Password was storing the new password as a Binary rather than string, which then made logging in impossible.
Also, the validation on
oldPassword
was inverted, so any password but the correct one would allow one to change the password.