Change password
Password modification occurs after authentication is passed
| Parameter | Description | Required |
|---|---|---|
| action | updatePassword | True |
| newpwd | Password, encrypted by RC4 (SHA-1 (OLDPWD), SHA-1 (NEWPWD)) | True |
response:
{
"err":0,
"desc":"ERR_NONE"
}
Possible errors:
| response error code | Description | Details |
|---|---|---|
| 0x0006 | ERR_FORMAT_ERROR | Parameter error |
| 0x0007 | ERR_MISSING_PARAMETER | Missing necessary parameters (incoming parameters may be empty) |
| 0x0010 | ERR_PASSWORD_VERIF_FAIL | Password verification failed (possibly due to incorrect password encryption) |
| 0x0011 | ERR_PASSWORD_FORMAT_ERROR | Incorrect password format |