It looks like the auth-user and auth-pass parameter isn't working
pgweb auth-user=myuser --auth-pass=mypass --user postgres --host 127.0.0.1 --db MyDB --bind=0.0.0.0
I can access the site directly with no problem without password, it goes directly to this page(I've restarted httpd & pgweb, disconnected pgweb and restart, also tested in chrome incognito):
It looks like the
auth-user
andauth-pass
parameter isn't workingpgweb auth-user=myuser --auth-pass=mypass --user postgres --host 127.0.0.1 --db MyDB --bind=0.0.0.0
I can access the site directly with no problem without password, it goes directly to this page(I've restarted httpd & pgweb, disconnected pgweb and restart, also tested in chrome incognito):