add passwords too!! not just gjp2
This commit is contained in:
parent
ccafbfe860
commit
e237cd9b8d
6 changed files with 17 additions and 14 deletions
|
@ -9,6 +9,7 @@ CREATE TABLE accounts (
|
|||
|
||||
username VARCHAR(20) NOT NULL COLLATE case_insensitive UNIQUE,
|
||||
gjp2 TEXT NOT NULL, -- argon2 hashed (rubrub uses bcrypt but oh well)
|
||||
password TEXT NOT NULL, -- argon2 hashed (rubrub uses bcrypt but oh well)
|
||||
email VARCHAR(254) NOT NULL,
|
||||
|
||||
-- todo: swap to proper rank system
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue