From 25ce028bf9b68cbd8f49b8b3a1c16a6c99fb8bd2 Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 8 Apr 2025 01:48:45 +0800 Subject: [PATCH] Changed form field to string --- manifest.jps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.jps b/manifest.jps index 47e1fd5..ab3657e 100644 --- a/manifest.jps +++ b/manifest.jps @@ -16,7 +16,7 @@ settings: caption: Root Directory /var/www/webroot/ROOT/ description: "A user-specific directory will be created under /home/username" required: false - - type: textfield + - type: string name: custom_username caption: Custom Username description: "Enter a custom username (3-32 characters, alphanumeric + underscore only)"