Use RandomPassword input type
This commit is contained in:
parent
80ef91861b
commit
99cd87d113
@ -72,7 +72,7 @@
|
|||||||
"Description": "Password to connect to the server. Change this after installing the server",
|
"Description": "Password to connect to the server. Change this after 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,
|
||||||
@ -84,9 +84,9 @@
|
|||||||
"Description": "Password to connect to RCON. Change this after installing the server",
|
"Description": "Password to connect to RCON. Change this after installing the server",
|
||||||
"Keywords": "RCON,password",
|
"Keywords": "RCON,password",
|
||||||
"FieldName": "$RemoteAdminPassword",
|
"FieldName": "$RemoteAdminPassword",
|
||||||
"InputType": "password",
|
"InputType": "RandomPassword",
|
||||||
"IsFlagArgument": false,
|
"IsFlagArgument": false,
|
||||||
"ParamFieldName": "/RocketSettings/RCON/@Password",
|
"ParamFieldName": "/RocketSettings/RCON/@",
|
||||||
"IncludeInCommandLine": false,
|
"IncludeInCommandLine": false,
|
||||||
"DefaultValue": "Password123"
|
"DefaultValue": "Password123"
|
||||||
},
|
},
|
||||||
@ -280,4 +280,4 @@
|
|||||||
"IncludeInCommandLine": false,
|
"IncludeInCommandLine": false,
|
||||||
"DefaultValue": "2"
|
"DefaultValue": "2"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user