Use RandomPassword input type

This commit is contained in:
Greelan 2022-01-31 11:37:07 +11:00 committed by GitHub
parent 80ef91861b
commit 99cd87d113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@
"Description": "Password to connect to the server. Change this after installing the server",
"Keywords": "password",
"FieldName": "Password",
"InputType": "password",
"InputType": "RandomPassword",
"IsFlagArgument": false,
"ParamFieldName": "Password",
"IncludeInCommandLine": false,
@ -84,9 +84,9 @@
"Description": "Password to connect to RCON. Change this after installing the server",
"Keywords": "RCON,password",
"FieldName": "$RemoteAdminPassword",
"InputType": "password",
"InputType": "RandomPassword",
"IsFlagArgument": false,
"ParamFieldName": "/RocketSettings/RCON/@Password",
"ParamFieldName": "/RocketSettings/RCON/@",
"IncludeInCommandLine": false,
"DefaultValue": "Password123"
},
@ -280,4 +280,4 @@
"IncludeInCommandLine": false,
"DefaultValue": "2"
}
]
]