Menu

Accessing the Admin page

Ian Mayo
2001-03-28
2012-10-11
  • Ian Mayo

    Ian Mayo - 2001-03-28

    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

     
    • Geoffrey T. Dairiki

      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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.