PZ: change password setting input types (#395)
This commit is contained in:
parent
2aa92d8d19
commit
b65abb7bc9
@ -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":{}
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user