Update proj.txt
This commit is contained in:
6
proj.txt
6
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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user