1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-11 12:53:50 -05:00

allow user registration for sso (#865)

This commit is contained in:
Kyle Spearrin
2020-08-13 17:30:10 -04:00
committed by GitHub
parent 4d8090d75e
commit cd926ca8f6
4 changed files with 37 additions and 6 deletions

View File

@ -3,7 +3,7 @@
[Name] NVARCHAR (50) NULL,
[Email] NVARCHAR (50) NOT NULL,
[EmailVerified] BIT NOT NULL,
[MasterPassword] NVARCHAR (300) NOT NULL,
[MasterPassword] NVARCHAR (300) NULL,
[MasterPasswordHint] NVARCHAR (50) NULL,
[Culture] NVARCHAR (10) NOT NULL,
[SecurityStamp] NVARCHAR (50) NOT NULL,