Re: Cannot login to pgAdmin4 Web

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Jim Bacon <jamesvincentbacon(at)hotmail(dot)com>
Cc: "pgadmin-support(at)lists(dot)postgresql(dot)org" <pgadmin-support(at)lists(dot)postgresql(dot)org>
Subject: Re: Cannot login to pgAdmin4 Web
Date: 2021-06-25 10:17:51
Message-ID: CA+OCxowymcHUwPfgMiYyBOARQTHauW6wPipugTEDB7cdvMo7Lg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi

On Fri, Jun 25, 2021 at 10:41 AM Jim Bacon <jamesvincentbacon(at)hotmail(dot)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: pgadmin(at)example(dot)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

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Jim Bacon 2021-06-25 10:43:55 Re: Cannot login to pgAdmin4 Web
Previous Message Jim Bacon 2021-06-25 09:41:10 Re: Cannot login to pgAdmin4 Web