You are here:  » How protect protect the admin panel?

Support Forum



How protect protect the admin panel?

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

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.