rossumai / rossum

Python API Client & a command line interface for controlling Rossum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password cannot be changed via rossum

evelyn9191 opened this issue · comments

When user tries to change the password, the following response is shown:

rossum> user change -p NEW_PASS_HERE 123456
Error: Invalid response [https://api.elis.rossum.ai/v1/users/123456]: {"password":["Password cannot be changed on /v1/users/123456. Use either /v1/auth/password/change, or /v1/auth/password/reset."]}

The endpoint for password change should be updated.