jester.ro said:
actually, if you give them the ftp user/pass, they can login to cpanel using those, as they are the same.
Not necessarily ....
The master FTP to the account is indeed the Cpanel login.
However, any additional FTP logins created on the account don't work on Cpanel
I'd say keep the master login password to yourself and just setup an additional login
to give out to the user that you don't want accessing cpanel.
Another way if the user has a dedicated IP is to just create an IPTABLES rule to block
them from Cpanel "iptables -A INPUT -s xx.xx.xx.xx -p tcp --dport 2082:2086 -j REJECT"
And yet another way is to just not setup the account using Cpanel and instead just
create the account manually and it won't appear in Cpanel
Any of the above should work, take your pick.