Skip to content
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

Closed
kirillt opened this issue Apr 21, 2021 · 4 comments
Closed

Docker installation and "Incorrect password" #82

kirillt opened this issue Apr 21, 2021 · 4 comments

Comments

@kirillt
Copy link

kirillt commented Apr 21, 2021

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

@kirillt
Copy link
Author

kirillt commented Apr 21, 2021

Here are my .env, Dockerfile and Makefile for quicker verification.
calendso_docker_incorrect_password_src.zip

@baileypumfleet
Copy link
Contributor

Have you ensured that you've removed the whitespace around the bcrypt hash?

@kirillt
Copy link
Author

kirillt commented Apr 21, 2021

Damn, that's it indeed!

@kirillt kirillt closed this as completed Apr 21, 2021
@s-gbz
Copy link

s-gbz commented Jul 20, 2021

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.

KATT added a commit that referenced this issue Sep 3, 2021
zomars pushed a commit that referenced this issue May 23, 2023
fix typeof schemaEventTypeReadPublic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants