Hi, when I try to access admin.php, i get this message: Set the administrator account and password first.
Can anybody tell me how I set these please?
thanks
If you look near the top of 'admin.php', you'll see:
// set these to your preferences. For heaven's sake // pick a good password! $wikiadmin = ""; $adminpasswd = "";
Just replace the empty strings with a real username and password, e.g.
$wikiadmin = "admin"; $adminpasswd = "mybigsecret";
Log in to post a comment.
Hi,
when I try to access admin.php, i get this message:
Set the administrator account and password first.
Can anybody tell me how I set these please?
thanks
If you look near the top of 'admin.php', you'll see:
// set these to your preferences. For heaven's sake
// pick a good password!
$wikiadmin = "";
$adminpasswd = "";
Just replace the empty strings with a real username and
password, e.g.
$wikiadmin = "admin";
$adminpasswd = "mybigsecret";