sasanrose / phpredmin

Yet another web interface for Redis
BSD 3-Clause "New" or "Revised" License
404 stars 96 forks source link

Add option to disable basic authentication when using docker #93

Open luongvm opened 6 years ago

luongvm commented 6 years ago

We should be able to disable basic authentication by setting PHPREDMIN_AUTH_USERNAME to and empty string. My last PR only check if the variable is set and thus require authentication even when the username/password is empty. This should disable the authentication if username and/or password is empty.

zzjin commented 5 years ago

+1