0 votes
asked by (6.1k points)

1 Answer

0 votes
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.
answered by (6.1k points)
...