Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: simplified curl command

...

Code Block
languagepowershell
linenumberstrue
# mylogin: your login
# mypass: your current password
# myNewPassword: your new password
curl -s -X PUT -H "Content-type: application/json" -u {mylogin}:{mypass} https://cubbles.world/_api/manageprofile/users/{mylogin}/password -d '{\"newPassword\":\"{myNewPassword}\"}'

Response

Code Block
languagejs
{"message":"Password successfully changed."}