passwords do note work
Closed this issue · 2 comments
ftrotter commented
tried setting both to 'test' and 'test' and could not login using basic auth. On Fedora 20.
Why not just pass through the database credentials like phpmyadmin does.
if you know how to log in to the database, that becomes the same information needed to log in to the web too.
badZombi commented
If you're running apache... try enabling mod_headers: a2enmod headers
and then restart apache. I dunno if rewrite is needed as well but on all new servers where I use dbv and my standard backend I always enable both. (rewrite command is: a2enmod rewrite)
BeardedBrawler commented
Running on CentOS 7. Those modules are enabled by default still not taking the username/pass
Edit: This is fixed in version 1.2 you can close this issue