learn-co-curriculum / sinatra-secure-password-lab

Other
0 stars 398 forks source link

To Do #29

Open thistonyb opened 5 years ago

thistonyb commented 5 years ago

"To Do Get the tests to pass. You'll need to use 'bcrypt' to salt your password and make sure that it is encrypted. You'll also need to create a users table. A user should have a username and password."

Above is the ReadMe To Do. The user according to the test should have username and password_digest not password.

lauren-kohn commented 3 years ago

This is significant. I was not able to get tests to pass until the column in my database was renamed password_digest, which I had not considered due to the information in the preceding lab.