GithubHelp home page GithubHelp logo

user setup about cal.com HOT 4 CLOSED

calcom avatar calcom commented on May 22, 2024
user setup

from cal.com.

Comments (4)

kylerlaird avatar kylerlaird commented on May 22, 2024 3

Thanks! That did it.

$ python3 -c "import bcrypt; print(bcrypt.hashpw(b'my_password', bcrypt.gensalt()))"
b'$2b$12$aWHxn0PEq1MK0quN3j8kH.R68iD8wAW..H1aKpFU4JNaAERyJ3V4W'

from cal.com.

kylerlaird avatar kylerlaird commented on May 22, 2024

I went back to Prisma Studio and changed the password from null on the existing record. It seems to have saved the non-null value now. (The first time I did it was when I initially created the row.)

Unfortunately, I am still not able to log in. Now I get "Incorrect password An error occurred when logging you in. Head back to the login screen and try again."

I'm hoping I need to put a hash in there.

from cal.com.

baileypumfleet avatar baileypumfleet commented on May 22, 2024

Yes, you need to add the bcrypt hash to the password field, and ensure there is no extra white space.

from cal.com.

PabloCastellano avatar PabloCastellano commented on May 22, 2024

I had the same issue. I used the recommended bcrypt generator and could not log in because "Incorrect password".

The one-liner proposed by @kylerlaird worked fine though!

from cal.com.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.