1
0
mirror of https://github.com/bitwarden/server synced 2025-12-28 22:23:30 +00:00

added two factor providers to user object

This commit is contained in:
Kyle Spearrin
2017-06-06 17:15:19 -04:00
parent 7b1c0d6df1
commit 811bbbfe0a
6 changed files with 23 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
[TwoFactorEnabled] BIT NOT NULL,
[TwoFactorProvider] TINYINT NULL,
[AuthenticatorKey] NVARCHAR (50) NULL,
[TwoFactorProviders] NVARCHAR (MAX) NULL,
[TwoFactorRecoveryCode] NVARCHAR (32) NULL,
[EquivalentDomains] NVARCHAR (MAX) NULL,
[ExcludedGlobalEquivalentDomains] NVARCHAR (MAX) NULL,