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":{} }, {