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",
|
"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":{}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user