Add required fields and validation info for filebrowser credentials

This commit is contained in:
gyurix
2025-08-04 15:39:14 +02:00
parent ea7bec4dfc
commit 92fbb27e80

View File

@@ -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"
} }
] ]