Use RandomPassword input type
This commit is contained in:
parent
0035b7b903
commit
edff93ce23
@ -97,7 +97,7 @@
|
||||
"Description":"Password to connect to the server. You should change this after first installing the server",
|
||||
"Keywords":"password",
|
||||
"FieldName":"Password",
|
||||
"InputType":"password",
|
||||
"InputType":"RandomPassword",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"Password",
|
||||
"IncludeInCommandLine":false,
|
||||
@ -109,7 +109,7 @@
|
||||
"Description":"In-game \"admin\" user password (not the server password). You should change this after first installing the server",
|
||||
"Keywords":"admin,password",
|
||||
"FieldName":"adminpassword",
|
||||
"InputType":"password",
|
||||
"InputType":"RandomPassword",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"adminpassword",
|
||||
"IncludeInCommandLine":true,
|
||||
@ -121,7 +121,7 @@
|
||||
"Description":"Password to connect to RCON. You should change this after first installing the server",
|
||||
"Keywords":"rcon,password",
|
||||
"FieldName":"$RemoteAdminPassword",
|
||||
"InputType":"password",
|
||||
"InputType":"RandomPassword",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"RCONPassword",
|
||||
"IncludeInCommandLine":false,
|
||||
|
Loading…
Reference in New Issue
Block a user