Set the password for the given account
POST /{BASE}/users/{login}/password password=…
UserManagementWebService.setUserPassword({'login': /* login the account to set the password for */, 'password': /* passwd the new password */});