Friday 2 November 2012

How to turn Off the security questions in WHM cPanel from server end

To disable secutiry questions in WHM

1) Login to your Shell using root access.

2) Change the Values to 0


root@server [~]# vi /var/cpanel/cpanel.config
SecurityPolicy::PasswordAge=0 SecurityPolicy::PasswordStrength=0 SecurityPolicy::SourceIPCheck=0 SecurityPolicy::dnsclustering=0

3) Save and restart the cPanel service


root@vm [~]# /etc/init.d/cpanel restart

Now try to login to your WHM it will not ask for security questions

0 comments:

Post a Comment