Support forum login

©2006-2012 IAAI Software

Contact Us Privacy Policy

How protect protect the admin panel?

Submitted by Amarildob on Thu, 2010-04-29 11:52.

Hi,

How does everyone else protect their admin panel as I didn't know it was un-secure?

Thank you,

Amarildo

Submitted by support on Thu, 2010-04-29 13:44.

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.