Add required fields and validation info for filebrowser credentials
This commit is contained in:
@@ -13,12 +13,15 @@
|
|||||||
{
|
{
|
||||||
"description": "Username",
|
"description": "Username",
|
||||||
"key": "FILEBROWSER_USER",
|
"key": "FILEBROWSER_USER",
|
||||||
"value": ""
|
"value": "",
|
||||||
|
"required": "true"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Password",
|
"description": "Password",
|
||||||
"key": "FILEBROWSER_PASS",
|
"key": "FILEBROWSER_PASS",
|
||||||
|
"info": "The password minimum length is 12 characters.",
|
||||||
"value": "",
|
"value": "",
|
||||||
|
"required": "true",
|
||||||
"type": "password"
|
"type": "password"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user