WebMail Pro documentation

Password change for cPanel

If you run the product on cPanel, you can enable password change module so users can change their password in account settings screen.

Starting from version 8.2.11

To enable the module, locate data/settings/modules/CpanelIntegrator.config.json and set Disabled there to false. Also, make sure data/settings/modules/ChangePasswordWebclient.config.json has Disabled set to false as well.

Also, you'll need to supply credentials of your cPanel account in CpanelUser and CpanelPassword settings. If you have the product installed under specific domain, those would be login/password of cPanel account that hosts the domain. And in case if you have deployed server-level installation, you`ll need to supply root as username, and root password, and set CpanelPort to 2087.

Prior to version 8.2.11

To enable the module, locate data/settings/modules/MailChangePasswordCpanelPlugin.json and set Disabled there to false. Also, make sure data/settings/modules/ChangePasswordWebclient.config.json has Disabled set to false as well.

Also, you'll need to supply credentials of your cPanel account in CpanelUser and CpanelPass settings. If you have the product installed under specific domain, those would be login/password of cPanel account that hosts the domain. And in case if you have deployed server-level installation, you`ll need to supply root as username, and root password.