PZ: change password setting input types (#395)

This commit is contained in:
Greelan 2023-06-19 15:58:19 +10:00 committed by GitHub
parent 2aa92d8d19
commit b65abb7bc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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", "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", "Keywords":"admin,password",
"FieldName":"adminpassword", "FieldName":"adminpassword",
"InputType":"RandomPassword", "InputType":"password",
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"adminpassword", "ParamFieldName":"adminpassword",
"IncludeInCommandLine":true, "IncludeInCommandLine":true,
@ -113,14 +113,14 @@
{ {
"DisplayName":"RCON Password", "DisplayName":"RCON Password",
"Category":"PZ Server Settings", "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", "Keywords":"rcon,password",
"FieldName":"RCONPassword", "FieldName":"RCONPassword",
"InputType":"RandomPassword", "InputType":"password",
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"RCONPassword", "ParamFieldName":"RCONPassword",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"Password123", "DefaultValue":"{{newguid()}}",
"EnumValues":{} "EnumValues":{}
}, },
{ {