Change the current user's password
POST/api/change_password
Reachable even while must_change_password is set (see SessionCookieMiddleware) so a locked-out user can clear it. Also usable as an ordinary voluntary password change.
Request
Responses
- 200
- 400
- 401
- 422
Successful Response
New password must be at least 8 characters, or must differ from the current password
Not logged in, or the current password provided is incorrect
Validation Error