From b65abb7bc9d145e95aac1c2081fa686ba4e52513 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Mon, 19 Jun 2023 15:58:19 +1000 Subject: [PATCH] PZ: change password setting input types (#395) --- project-zomboidconfig.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project-zomboidconfig.json b/project-zomboidconfig.json index da284ec..a110c50 100755 --- a/project-zomboidconfig.json +++ b/project-zomboidconfig.json @@ -102,7 +102,7 @@ "Description":"In-game \"admin\" user password (not the server password). Set before first running the server, or you will be prompted to do so in the console", "Keywords":"admin,password", "FieldName":"adminpassword", - "InputType":"RandomPassword", + "InputType":"password", "IsFlagArgument":false, "ParamFieldName":"adminpassword", "IncludeInCommandLine":true, @@ -113,14 +113,14 @@ { "DisplayName":"RCON Password", "Category":"PZ Server Settings", - "Description":"Password to connect to RCON. NOTE: You should change this after first installing the server", + "Description":"Password to connect to RCON. Default is a random, strong password", "Keywords":"rcon,password", "FieldName":"RCONPassword", - "InputType":"RandomPassword", + "InputType":"password", "IsFlagArgument":false, "ParamFieldName":"RCONPassword", "IncludeInCommandLine":false, - "DefaultValue":"Password123", + "DefaultValue":"{{newguid()}}", "EnumValues":{} }, {