You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: