User profile edit page
This commit is contained in:
parent
38c286e860
commit
4248d11aa9
15 changed files with 450 additions and 175 deletions
|
|
@ -13,7 +13,7 @@ CREATE TABLE [User] (
|
|||
|
||||
[password] TEXT NOT NULL, -- argon2(password_plain, salt).
|
||||
|
||||
[creation_datetime] TEXT NOT NULL, -- Updated when the validation email is sent.
|
||||
[validation_token_datetime] TEXT NOT NULL, -- Updated when the validation email is sent.
|
||||
[validation_token] TEXT, -- If not null then the user has not validated his account yet.
|
||||
|
||||
[password_reset_token] TEXT, -- If not null then the user can reset its password.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue