jcampbell1 / simple-file-manager

A Simple PHP file manager. The code is a single php file.
MIT License
914 stars 502 forks source link

When $password is enabled web browser doesn’t accept credentials because user is incorrect #100

Closed ikwyl6 closed 5 years ago

ikwyl6 commented 5 years ago

What would the username be for this input field? Web browser asks for username and password when $password is enabled. Trying different users and leaving it blank does not work.

ikwyl6 commented 5 years ago

Screenshot_2019-06-29_08-49-16

This is what shows up when I've set $PASSWORD in the index.php file. It doesn't provide the html form that is in the code. I can try what $PASSWORD is and leave username blank or any kind of combination but it does not pass this section to get into simple file manager.