Menu

How to set password?

Help
Brett
2004-04-14
2004-04-15
  • Brett

    Brett - 2004-04-14

    Where in the script should I put my password? I've looked through it and I don't see where I should place my password.

     
    • bzrudi

      bzrudi - 2004-04-15

      Hi,

      find the line:
      $passwd = array('' => '');

      change to:
      $passwd = array('user1' => 'password1');

      for multiple users:
      $passwd = array('user1' => 'password1',
                              'user2' => 'password2');

      cheers bzrudi

       

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.