Add mandatory 2FA flag

part of #716
This commit is contained in:
Girish Ramakrishnan
2020-07-10 10:00:03 -07:00
parent 9ee6aa54c6
commit ed9210eede
4 changed files with 6 additions and 2 deletions

View File

@@ -162,7 +162,8 @@ let gDefaults = (function () {
provider: 'generic'
};
result[exports.DIRECTORY_CONFIG_KEY] = {
lockUserProfiles: false
lockUserProfiles: false,
mandatory2FA: false
};
result[exports.ADMIN_DOMAIN_KEY] = '';