I've got the password page to show up in my browser but when entering the Username and Password I choe I'm told the password is incorrect.
Under where it states SETTINGS START is...
// Add login/password pairs below, like described above
// NOTE: all rows except last must have comma "," at the end of line
$LOGIN_INFORMATION = array(
'zubrag' => 'sharon',
'admin' => 'richard'
);
As you can see I changed where it states 'zubrag" to a username of my choosing
and
where it states 'admin' I also changed that to the password of my choosing.
Was that the wrong thing to do, and if so what should I have altered to change the Username and Password?
Thanks.