token cookie, register
This commit is contained in:
@@ -4,5 +4,6 @@ id INTEGER PRIMARY KEY NOT NULL,
|
||||
username TEXT NOT NULL,
|
||||
saltyhash text NOT NULL,
|
||||
permissions INTEGER DEFAULT 0,
|
||||
token TEXT NOT NULL
|
||||
token TEXT NOT NULL,
|
||||
UNIQUE(id, username)
|
||||
)
|
||||
Reference in New Issue
Block a user