Add user enable/disable flag
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user