From 92fbb27e801031c51ccaace588d08b4bf93d7391 Mon Sep 17 00:00:00 2001 From: gyurix Date: Mon, 4 Aug 2025 15:39:14 +0200 Subject: [PATCH] Add required fields and validation info for filebrowser credentials --- filebrowser/template.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/filebrowser/template.json b/filebrowser/template.json index 318179c..d8ef1d8 100644 --- a/filebrowser/template.json +++ b/filebrowser/template.json @@ -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" } ]