How protect protect the admin panel?
Submitted by Amarildob on Thu, 2010-04-29 11:52.Price Tapestry
Hi,
How does everyone else protect their admin panel as I didn't know it was un-secure?
Thank you,
Amarildo
Support forum loginActive forum topics©2006-2012 IAAI Software |
How protect protect the admin panel?Submitted by Amarildob on Thu, 2010-04-29 11:52.Price Tapestry
Hi, How does everyone else protect their admin panel as I didn't know it was un-secure? Thank you, Amarildo |
Hello Amarildo,
You can do this from your config.advanced.php. In your file, look for the following code on line 2:
$config_adminPassword = "";...and put the password you want between the quotes, for example:
$config_adminPassword = "mypassword";Cheers,
David.