This commit is contained in:
ang-st 2015-03-30 22:10:17 +01:00
parent 6a8eff14ac
commit 600206f50f
3 changed files with 0 additions and 9 deletions

View File

View File

@ -1,2 +0,0 @@
#kitteh wiki
this is thsf wiki, all datas here are public.

View File

@ -1,7 +0,0 @@
CREATE TABLE "users" (
"id" INTEGER PRIMARY KEY AUTOINCREMENT,
"username" TEXT,
"password" TEXT, -- sha256 hash of the plain-text password
"salt" TEXT -- salt that is appended to the password before it is hashed
)