Use RandomPassword input type

This commit is contained in:
Greelan 2022-01-31 11:32:20 +11:00
parent 0035b7b903
commit edff93ce23

View File

@ -97,7 +97,7 @@
"Description":"Password to connect to the server. You should change this after first installing the server", "Description":"Password to connect to the server. You should change this after first installing the server",
"Keywords":"password", "Keywords":"password",
"FieldName":"Password", "FieldName":"Password",
"InputType":"password", "InputType":"RandomPassword",
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"Password", "ParamFieldName":"Password",
"IncludeInCommandLine":false, "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", "Description":"In-game \"admin\" user password (not the server password). You should change this after first installing the server",
"Keywords":"admin,password", "Keywords":"admin,password",
"FieldName":"adminpassword", "FieldName":"adminpassword",
"InputType":"password", "InputType":"RandomPassword",
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"adminpassword", "ParamFieldName":"adminpassword",
"IncludeInCommandLine":true, "IncludeInCommandLine":true,
@ -121,7 +121,7 @@
"Description":"Password to connect to RCON. You should change this after first installing the server", "Description":"Password to connect to RCON. You should change this after first installing the server",
"Keywords":"rcon,password", "Keywords":"rcon,password",
"FieldName":"$RemoteAdminPassword", "FieldName":"$RemoteAdminPassword",
"InputType":"password", "InputType":"RandomPassword",
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"RCONPassword", "ParamFieldName":"RCONPassword",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,