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