Arcadier / Developer-Community-Support

:revolving_hearts: Share new ideas with us and report bugs/problems here
4 stars 1 forks source link

Create User API doesn't seem to need confirm password. #14

Closed thuytienpt closed 3 years ago

thuytienpt commented 5 years ago

Describe the bug Put the password and different confirm password, it still creates a new user.

Expected behavior The response should be

{
    "Code": 400,
    "Message": "The passwords do not seem to match.",
    "InnerErrors": null
}

Screenshots

Screen Shot 2019-09-12 at 3 17 10 PM Screen Shot 2019-09-12 at 3 16 10 PM

Desktop:

Arcadier commented 5 years ago

hey thuytienpt, thanks for reporting that. You have used confirm_password instead of ConfirmPassword in the request body. See our API documentation.

But nonetheless, it should not work. We're working on fixing this and will update here and on the documentation once its done

rachaelchin commented 3 years ago

Hi @thuytienpt ,

image (1) We have confirmed that this issue has been fixed!

Thank you and happy coding!

Regards, Rachael from the product marketing team