1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-06 02:22:49 -05:00

[Policy] Personal Ownership (#1013)

* Initial commit of disable personal vault policy

* Added new sproc // updated policy check (was missing conditionals)

* Updated DeMorgan's law logic
This commit is contained in:
Vincent Salucci
2020-12-11 10:45:26 -06:00
committed by GitHub
parent fee5c932db
commit 70f5fd5030
12 changed files with 103 additions and 0 deletions

View File

@ -7,5 +7,6 @@
PasswordGenerator = 2,
SingleOrg = 3,
RequireSso = 4,
PersonalOwnership = 5,
}
}