You can update a user’s password by specifying the unique ID
Here are the required parameters:
admin : Pseudo of a forum administrator
adminpwd : Password of a forum administrator
iduser : user’s ID which password needs to be updated
newpass : non encrypted new password for the user
newpassmd5 : new password for the user in MD5.
If you transfer the password in md5, be sure to leave the parameter newpass empty (you will have to transmit it). Otherwise the parameter newpass will be transmitted first.
PHP script example
The webservice returns 2 parameters
status : returns the status if the password has been applied
nbupdatedtopic : returns the number of updated topics. Topics that belong to the deleted sub category will not be deleted. They will simply be associated with no sub category.