alvaroag
17-06-2015, 16:05
The SOAP API is still active, so that one should work. However, OVH may take the SOAP API down at some time, so, until they do so, the script should work without problems. No idea when they will take it down.
Thank you for the hint.
I have found such script on github -
https://github.com/theclimber/ovhmail-password/ .. It's for the older SOAP API so it will probably need some modification.

Originally Posted by
alvaroag
Not sure if there is an option for that, but if not, you can make an script with PHP to change the password via the API, with the required validations, of course. The API URL would be /email/domain/{domain}/account/{accountName}/changePassword . You can check more at https://api.ovh.com/console/#/email/...ePassword#POST
alvaroag
16-06-2015, 16:23
Not sure if there is an option for that, but if not, you can make an script with PHP to change the password via the API, with the required validations, of course. The API URL would be /email/domain/{domain}/account/{accountName}/changePassword . You can check more at
https://api.ovh.com/console/#/email/...ePassword#POSTHello,
Is it possible for users to change their email account password ?
I thought it would be possible via Roundcube Webmail, but I don't see such possibility there. Is the OVH Manager the only way how to change it?
We have Webhosting Pro plan.
Thank you.
Daniel