Hi

On Fri, Jun 25, 2021 at 10:41 AM Jim Bacon <jamesvincentba...@hotmail.com>
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
>         environment:
>             PGADMIN_DEFAULT_EMAIL: pgad...@example.com
>             PGADMIN_DEFAULT_PASSWORD: password
>
> I can log in successfully. The moment I change to the 5.4 image, with no
> other alteration, I am unable to log in.
>

Does it work if you use a real, deliverable email address?

We think the problem might be that the flask-security-too module that we
use is now checking to ensure that the address given is actually
deliverable.

-- 
Dave Page
Blog: https://pgsnake.blogspot.com
Twitter: @pgsnake

EDB: https://www.enterprisedb.com

Reply via email to