CiderCS3398 / CS3398-Cider-S2017

CS3398 Team Github
0 stars 2 forks source link

Create Login Script #85

Open stt19 opened 7 years ago

stt19 commented 7 years ago

I will create a script that takes in the username and password, compares it to what we have in the database, and returns appropriate responses (successful, not successful).

This will likely have to be updated later on as the front end for the login becomes more fleshed out, so this will just be based on the database.

stt19 commented 7 years ago

I added the .php file login.php to our repository in the Database directory. It will need to be tweaked a little once I see the variable names in the Android app that will be passed. https://github.com/CiderCS3398/CS3398-Cider-S2017/blob/Develop/Database/login.php