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.
©2006-2025 IAAI Software | Contact Us | Privacy Policy
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.