-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
Docker installation and "Incorrect password" #82
Comments
Here are my |
Have you ensured that you've removed the whitespace around the bcrypt hash? |
Damn, that's it indeed! |
I've seen the issue in EVERY single calendso setup I've seen so far 😄
I'd be happy to provide a PR to automatically trim whitespaces. I think I saw some files that handle authorization. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, I wanted to give Calendso a shot and deploy it on my server.
I deploy everything with Docker, so I sketched simple Dockerfile.
I initialized DB and used BCrypt to encrypt my password.
However, upon login I am reaceiving "Incorrect password" error.
Here is a short screencast to demonstrate the whole process:
calendso_docker_incorrect_password.zip
The text was updated successfully, but these errors were encountered: