glacials / cins548

Our group project for CINS 548
1 stars 0 forks source link

Challenge question failed even though correct. #6

Closed gscory closed 11 years ago

gscory commented 11 years ago

I entered 131415 as my challenge question and 161718 as the answer. user is 123@abc.com and password is 456

gscory commented 11 years ago

It looks like the answer is not stored in the table.

nomadmtb commented 11 years ago

I was having the same problem. I'll check it out on my local comp and push any fixes that I find.

nomadmtb commented 11 years ago

Found the problem. We had to increase the size of the password column in the database to accommodate the longer hash with SHA256. I updated the password column, but not the reset_answer one. Fixing now.