When attempting to login to pgadmin server I get the message "Incorrect
username or password". At first I figured I just forgot my password so I
deleted the pgadmin directories and packages and reran the setup-web.sh and
reentered credentials but I still get the same "Incorrect username or passw
I reconfigured the httpd config and re-setup pgadmin but received the same
result.
LoadModule wsgi_module modules/mod_wsgi.so WSGIDaemonProcess pgadmin
processes=1 threads=25 python-home=/usr/pgadmin4/venv WSGIScriptAlias /pgadmin4
/usr/pgadmin4/web/pgAdmin4.wsgi
WSGIProcessGroup pga
I'm pretty sure I'm responding to the correct thread since it's the only
pgadmin thread I'm currently involved in.
I was asked to revert back to the default pgadmin httpd config to see if that
fixed the issue, which it didn't. I posted the config I used and included some
additional info in the