Add user enable/disable flag

This commit is contained in:
Girish Ramakrishnan
2019-08-08 05:45:56 -07:00
parent 9833ad548b
commit 0ab6cad048
9 changed files with 96 additions and 7 deletions

View File

@@ -39,7 +39,8 @@ var USER_0 = {
displayName: '',
twoFactorAuthenticationEnabled: false,
twoFactorAuthenticationSecret: '',
admin: false
admin: false,
active: true
};
var USER_1 = {
@@ -55,7 +56,8 @@ var USER_1 = {
displayName: 'Herbert 1',
twoFactorAuthenticationEnabled: false,
twoFactorAuthenticationSecret: '',
admin: false
admin: false,
active: true
};
var USER_2 = {
@@ -71,7 +73,8 @@ var USER_2 = {
displayName: 'Herbert 2',
twoFactorAuthenticationEnabled: false,
twoFactorAuthenticationSecret: '',
admin: false
admin: false,
active: true
};
const DOMAIN_0 = {