.pdf)
WHM Plugins
| API Version: | 2 - Click here for documentation |
|---|---|
| Description: | Change a cPanel account's password. |
| Parameters: | |
| newpass (string) | |
| The new password for the cPanel account. | |
| oldpass (string) | |
| The current password for the cPanel account. | |
| user (string) | |
| The username of the cPanel account whose password you wish to change. | |
| Returns: | |
<data> <passwdoutput> A string that contains a success message or reason for failure.</passwdoutput> <status> A boolean value indicating success or failure. '1' if successful. '0' if failed.</status> <applist> <app> A string value that contains any applications whose passwords have changed (ftp, system, etc).</app> </applist> <statustxt> A string value that contains a success message or reason for failure. This value will be sent to the interface.</statustxt> </data> |
| API Version: | 2- Click here for documentation |
|---|---|
| Description: | Enables or disables Digest Authentication for an account. Windows Vista®, Windows® 7, and Windows® 8 require Digest Authentication support to be enabled in order to access your Web Disk over a clear text, unencrypted connection. If the server has a SSL certificate signed by a recognized certificate authority and you are able to make an SSL connection over port 2078, you do not need to enable this. |
| Parameters: | |
| password (string) | |
| The current password for your account. | |
| enabledigest (boolean) | |
| A boolean value indicating if Digest Authentication should be enabled or disabled for the Web Disk user. A value of '1' indicates that Digest Authentication should be enabled. A value of '0' indicates that Digest Authentication should be disabled. | |
| user (string) | |
| The username of the cPanel account whose password you wish to change. | |
| Returns: | |
<data> <result>A boolean value indicating if the call succeeded in setting Digest Authentication for the Web Disk user. A value of '1' indicates that the call was successful. A value of '0' indicates that the call failed.</result> <reason>A string value containing a successful status message if the call succeed or the reason the call failed. </reason> </data> |