Updated TODO comments

This commit is contained in:
Kayne Ruse
2015-02-04 16:52:22 +11:00
parent a18577665a
commit 5583ba4323
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
CREATE TABLE IF NOT EXISTS Accounts (
uid INTEGER PRIMARY KEY AUTOINCREMENT,
username varchar(100) UNIQUE,
username varchar(100) UNIQUE, --TODO: Swap username for email address
--TODO: server-client security
-- passhash varchar(100),