Alexandru Lucian Paraschiv
Alexandru Lucian Paraschiv
Apparently the account is created successfully, but you need to activate it. See https://github.com/thedevs-network/kutt/issues/269#issuecomment-886140239
Just exec in the container... `docker exec -ti kutt_postgres_1 bash` where kutt_postgres_1 is your container name Then use psql `psql -U kutt` where -U is your DB_USER After running psql...
Or you can use a one liner `docker exec -ti $CONTAINER_NAME psql -U $DB_USER -c "SELECT verification_token FROM users WHERE email='[email protected]';"`
Is there any chance someone will take this into consideration?