|
updateUserPassword |
|
Description
Updates a blog publisher's password, requiring the original password for authentication purposes.
This command will be available for use May 5, 2006.
Warning: This action will delete all existing cookies for the blogware account.
Syntax
reseller.updateUserPassword(version, username, password, blog_username, old_password, new_password)
Request Fields
| • | version - Specifies the version number of the API. Set this to "1.3". This value is currently ignored, but will be useful for API changes in future versions. |
| • | username - Your reseller account username. |
| • | password - Your reseller account password. |
| • | blog_username - The user's username. |
| • | old_password - The user's old password. |
| • | new_password - The user's new password. |
Response Fields
Returns TRUE on success.