Update proj.txt

This commit is contained in:
dhurng
2014-11-02 12:46:54 -08:00
parent 9fb4ddafcd
commit 91a5672ea5

View File

@@ -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;
}
}