diff --git a/proj.txt b/proj.txt index 71df83e..f8adbcb 100644 --- a/proj.txt +++ b/proj.txt @@ -1,7 +1,7 @@ -Posting Date: +Posting Date: October 29 Team Name: Team F8LException Project Title: Online Banking System -Database Title: +Link to Github: https://github.com/dhurng/cs157AOnlineBanking/edit/master/proj.txt Database Schema 1. Users {id, username, password, checkingAmount, savingsAmount} @@ -89,4 +89,4 @@ function resetPassword ($username) { $token = hash('f8luser', "$salt1'somePassword'"); $result = queryMysql("UPDATE Users SET password='$token'"); return $token; -} \ No newline at end of file +}