Update user password
PUT/users/:username/password
Updates a user's password. Users can only change their own password unless they have admin role. Requires the current password to verify identity for non-admin users. Password must be at least 12 characters long. If user changes their own password, a new JWT cookie is automatically issued.
Request​
Responses​
- 200
- 422
Successful Response
Validation Error