Interface turns into a blank page after password change

Issue: After changing the password, the Bulk Password Changer(cPanel) plugin interface turns into a blank page.

Solution:

The issue is due to the latest cPanel update

Comment the below lines in PasswdPop.pm

/usr/local/cpanel/Cpanel/Email/PasswdPop.pm


Cpanel::AdminBin::Call::call(
        'Cpanel',
        'mail',
        'CLEAR_AUTH_CACHE',
        "$virtualuser\@$domain"
    );

This will fix the issue.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Compatibilities and Dependencies

Supported OS : Centos 6 & 7 , RHEL 6 &7 Supported cPanel versions : WHM 11.38 and above

How to uninstall Bulk Password Changer (cPanel) version 1.1

Uninstall Bulk Password Change Version 1.1 * Login to your remote cPanel server via SSH. Change...

How to install Bulk Password Changer (cPanel) version 1.1

Install Bulk Password Change Version 1.1 * Login to your remote cPanel server via SSH. Change to...