While login into cPanel or WHM getting following message
The login is invalid.
login to server as root using shell and fire the below commands.
#for i in `ps aux | grep -i "cphulkd - process" | awk {'print $2'}` ;do kill -9 $i ;done
#/usr/local/cpanel/bin/cphulk_pam_ctl --disable
Done.