Skip to content

Unable to log in to PGAdmin using credentials from .env file #260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
William-SWS opened this issue Feb 13, 2025 · 1 comment
Open

Unable to log in to PGAdmin using credentials from .env file #260

William-SWS opened this issue Feb 13, 2025 · 1 comment

Comments

@William-SWS
Copy link

I am unable to log in to PGAdmin using the credentials provided in the .env file. The login attempt results in an error stating that my account is locked. Below are the details from my .env file:

`POSTGRES_SCHEMA=postgres
POSTGRES_USER=postgres
POSTGRES_DB=postgres
POSTGRES_PASSWORD=postgres

HOST_PORT=5432
CONTAINER_PORT=5432

DOCKER_CONTAINER=my-postgres-container
DOCKER_IMAGE=my-postgres-image

PGADMIN_EMAIL=[email protected]
PGADMIN_PASSWORD=postgres
PGADMIN_PORT=5050`

Expected Behavior:

I should be able to log in to PGAdmin using the provided credentials.

Actual Behavior:

The login attempt fails with an error message stating that the account is locked.

Additional Information:

I have tried resetting the password using the setup.py script inside the PGAdmin container, but the issue persists.
I have also attempted to restart the container after resetting the password.
Any assistance in resolving this issue would be greatly appreciated.

NoteÇ i used gpt for generate my mensagem because my english writting is not perfect. This not was mannually writed.

@thuvh
Copy link

thuvh commented Feb 13, 2025

what value did you input:

can you share docker compose logs -f pgadmin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants