chrisvel / tududi

A Minimalist, Open-Source Task and Project Management Tool
http://tududi.com/
Other
318 stars 14 forks source link

Unable to login #18

Closed pfmp-404 closed 4 weeks ago

pfmp-404 commented 1 month ago

Hi, when I started the docker compose, I force the ip address of the machine: ports:

chrisvel commented 1 month ago

@pfmp-404 If you had an issue with the docker container you shouldn't be able to connect at all. I doubt that the invalid credentials error has anything to do with your setup as the SQlite DB is pretty minimal and contained inside the image. I am mostly concerned about something broken either by some strange password setup bug or something else I cannot think about right now. I consider this is a special case as it seems it happened only once so I encourage you to destroy the docker container and create it again.

pfmp-404 commented 1 month ago

Hi the problem was the email. Can't have the point in the middle.

chrisvel commented 1 month ago

Thank you for finding this bug! I will try to reproduce and keep this open until it's fixed in the next major version update!

rykou commented 1 month ago

i cant get past the login too

created an fictional email something@gmail.com Added password WORD@NUMBER

login page just blink

image

Compose

version: '3' services: tududi: image: chrisvel/tududi@sha256:e9311872559e252725621583c77e752195c4c7bce582dbe001d0eddf895d8600 container_name: tududi restart: unless-stopped environment:

networks: tududi-net: driver: bridge

chrisvel commented 1 month ago

@rykou can you please delete ~/tududi_db and retry to start the container ?

chrisvel commented 1 month ago

...and also try with the HTTPS version If it's not a problem for you.

chrisvel commented 4 weeks ago

I am closing this bug as there is no more context.