hedgedoc/container

Can't register new user via email (getting "Invalid email or password.")

Closed this issue · 1 comments

After setting up CodiMD like described I tried to register a new user but I just get an error: "Invalid email or password."

Is there a way to see any CodiMD log output? What can go wrong this way?

If you're running it via docker, you can see the logs with docker logs <container-id>.

That error message is only displayed when you're trying to login and fail, not during registration. I'd suggest checking the network tab in your browser to make sure that the request that's being sent is a registration and not a login attempt.

Since this issue is quite old and I don't see anything we can do without more info, I'll close it in a couple of days if there's no activity.