agileconfig_change_password
Change a user's password in AgileConfig by providing user ID, old password, and new password for verification.
Instructions
修改指定用户的密码,需要提供旧密码和新密码。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | 用户 ID | |
| newPassword | Yes | 新密码 | |
| oldPassword | Yes | 旧密码 |