You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried logging in using my new user but it says the password is invalid.
I think you can solve this by making an adjustment in your db_build.sql and to change your password datatype to VARCHAR. I am not sure why but the bcrypt.compare is only able to read VARCHAR based on my experience. Hope this helps!
The text was updated successfully, but these errors were encountered:
I tried logging in with a username I created and it does log me in when I type it exactly as in the registration, but not when I type it in lower case, so we need to make it case-insensitive. Thanks for raising this issue.
I've tried logging in using my new user but it says the password is invalid.
I think you can solve this by making an adjustment in your db_build.sql and to change your password datatype to VARCHAR. I am not sure why but the bcrypt.compare is only able to read VARCHAR based on my experience. Hope this helps!
The text was updated successfully, but these errors were encountered: