fix: sync harden auth, privacy, and PTS state
This commit is contained in:
parent
c1597696af
commit
2512eab51d
24 changed files with 817 additions and 154 deletions
|
|
@ -1237,9 +1237,7 @@ CREATE TABLE public.account_passwords (
|
|||
srp_verifier bytea DEFAULT '\x'::bytea NOT NULL,
|
||||
srp_b_secret bytea DEFAULT '\x'::bytea NOT NULL,
|
||||
srp_b bytea DEFAULT '\x'::bytea NOT NULL,
|
||||
recovery_email character varying(256) DEFAULT ''::character varying NOT NULL,
|
||||
recovery_code character varying(32) DEFAULT ''::character varying NOT NULL,
|
||||
recovery_code_expires_at timestamp with time zone
|
||||
recovery_email character varying(256) DEFAULT ''::character varying NOT NULL
|
||||
);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue