enable administration restriction

This commit is contained in:
brindosch 2019-08-25 17:44:20 +02:00
parent 227f60496d
commit d0a0052e1d
3 changed files with 3 additions and 3 deletions

View File

@ -320,7 +320,7 @@
"ipWhitelist" : [],
"apiAuth" : true,
"localApiAuth" : false,
"localAdminAuth": false
"localAdminAuth": true
},
/// Recreate and save led layouts made with web config. These values are just helpers for ui, not for Hyperion.

View File

@ -182,7 +182,7 @@
"ipWhitelist" : [],
"apiAuth" : true,
"localApiAuth" : false,
"localAdminAuth": false
"localAdminAuth": true
},
"ledConfig" :

View File

@ -72,7 +72,7 @@
"type" : "boolean",
"title" : "edt_conf_net_localAdminAuth_title",
"required" : true,
"default" : false,
"default" : true,
"propertyOrder" : 5
}
},