Re: Cannot login to pgAdmin4 Web

2021-06-25 Thread Jim Bacon
I have a similar problem using the Docker image. With a docker compose containing pgadmin: # See https://hub.docker.com/r/dpage/pgadmin4/tags # for other versions available. image: dpage/pgadmin4:5.3 environment: PGADMIN_DEFAULT_EMAIL: pgad...@examp

Re: Cannot login to pgAdmin4 Web

2021-06-25 Thread Dave Page
Hi On Fri, Jun 25, 2021 at 10:41 AM Jim Bacon wrote: > I have a similar problem using the Docker image. With a docker compose > containing > > pgadmin: > # See https://hub.docker.com/r/dpage/pgadmin4/tags > # for other versions available. > image: dpage/pgadmin4:5.3 >

Re: Cannot login to pgAdmin4 Web

2021-06-25 Thread Jim Bacon
Yes! If I use my genuine email address I can then log in. Thank you for looking into this. This is not a change that helps me but I can probably work around it. Regards, Jim Bacon. From: Dave Page Sent: 25 June 2021 11:17 To: Jim Bacon Cc: pgadmin-support@lists

Re: Cannot login to pgAdmin4 Web

2021-06-25 Thread Dave Page
Hi On Fri, Jun 25, 2021 at 11:43 AM Jim Bacon wrote: > Yes! > If I use my genuine email address I can then log in. > Thank you for looking into this. > > This is not a change that helps me but I can probably work around it. > Please see https://redmine.postgresql.org/issues/6550#note-27 - whils

RE: Cannot login to pgAdmin4 Web

2021-06-25 Thread O'Connor, Joseph
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

ERD diagrams

2021-06-25 Thread James B. Byrne
PGAdmin4-4.5.3 I am experimenting with the beta ERD tool. Is it possible to move the connector points from the right-hand side of the table columns to the left-hand side. Having connectors only on the right hand side makes for confusing diagram layouts. I am unable to find if the right-hand onl