Fix hidden setting for Password fields
parent
043c07deb7
commit
7ca9b39edc
|
|
@ -269,6 +269,7 @@ module.exports = function(s,config,lang){
|
||||||
{
|
{
|
||||||
hidden:true,
|
hidden:true,
|
||||||
"name": "detail=mpass",
|
"name": "detail=mpass",
|
||||||
|
"fieldType": "password",
|
||||||
"field": lang.Password,
|
"field": lang.Password,
|
||||||
"description": "The password for your camera",
|
"description": "The password for your camera",
|
||||||
"default": "",
|
"default": "",
|
||||||
|
|
@ -3664,6 +3665,7 @@ module.exports = function(s,config,lang){
|
||||||
"field": lang.Password,
|
"field": lang.Password,
|
||||||
"fieldType": "password",
|
"fieldType": "password",
|
||||||
"description": "Leave blank to keep the same password during settings modification.",
|
"description": "Leave blank to keep the same password during settings modification.",
|
||||||
|
"fieldType": "password",
|
||||||
"default": "",
|
"default": "",
|
||||||
"example": "",
|
"example": "",
|
||||||
"possible": ""
|
"possible": ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue