Locks a user's password
PUT /users/:username/lock-password
The user with a locked password cannot login using a username and password. However the user's auth tokens will still work and the user can still reset their password using a reset token or email link
Request