DataMascara / cisc3140-su19-project

https://bc-app-class.herokuapp.com/login/
2 stars 5 forks source link

Insering a user into the database Sets the Username as the Password and the password as the username #4

Closed Maker-Mark closed 5 years ago

Maker-Mark commented 5 years ago

Found an error where signing up a user puts the username as the password and the password as the username in the database. A major issue now is that in order to search for a user made, you need to supply the password. As a result, you can't make two users with the same password, as it seems like username is supposed to be unique. Please review the screenshots below as to how I got here. image

image

image

Maker-Mark commented 5 years ago

Never mind, I found the bug in the order I was passing in the parameters!