mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-29 15:03:57 +00:00
Implement change-email, email-verification, account-recovery, and welcome notifications
This commit is contained in:
parent
c5b7447dac
commit
bd1e8be328
33 changed files with 1164 additions and 33 deletions
|
@ -101,7 +101,12 @@ table! {
|
|||
uuid -> Varchar,
|
||||
created_at -> Datetime,
|
||||
updated_at -> Datetime,
|
||||
verified_at -> Nullable<Datetime>,
|
||||
last_verifying_at -> Nullable<Datetime>,
|
||||
login_verify_count -> Integer,
|
||||
email -> Varchar,
|
||||
email_new -> Nullable<Varchar>,
|
||||
email_new_token -> Nullable<Varchar>,
|
||||
name -> Text,
|
||||
password_hash -> Blob,
|
||||
salt -> Blob,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue