no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | cpanel:disabling-whm-questions-from-cli [2017-11-03 17:28:19] (current) – created steve.minter | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== How to Disable WHM Security Questions from the CLI on a cPanel server===== | ||
+ | |||
+ | This article shows how to use ' | ||
+ | |||
+ | ==== Disable WHM Authenitcation Question from CLI (SSH) ==== | ||
+ | <code console> | ||
+ | sed -i s/ | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | ==== Re-Enable WHM Authenitcation Question from CLI (SSH) ==== | ||
+ | <code console> | ||
+ | sed -i s/ | ||
+ | / | ||
+ | </ | ||