Update Randompassword Inputs (#412)
* Update Randompassword Inputs * add {{newguid()}} * Update space-engineers-genericconfig.json * Changes
This commit is contained in:
parent
f871f29cf6
commit
8d6eabaa6a
@ -91,11 +91,11 @@
|
||||
"Description": "Password to become admin in-game. Username is \"admin\". Change this after install.",
|
||||
"Keywords": "admin,password",
|
||||
"FieldName": "AdminPassword",
|
||||
"InputType": "RandomPassword",
|
||||
"InputType": "password",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "Engine.AccessControl.AdminPassword",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "Password123",
|
||||
"DefaultValue": "{{newguid()}}",
|
||||
"EnumValues": {}
|
||||
},
|
||||
{
|
||||
|
@ -114,11 +114,11 @@
|
||||
"Description":"Choose the password used to access your dedicated server by the Admin user group.",
|
||||
"Keywords":"admin,password",
|
||||
"FieldName":"adminscredentialspassword",
|
||||
"InputType":"RandomPassword",
|
||||
"InputType":"password",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"$.admins.credentials.password",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"admin_password_please_change",
|
||||
"DefaultValue":"{{newguid()}}",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
|
@ -588,7 +588,7 @@
|
||||
"Description": "The password used to access the Remote API.",
|
||||
"Keywords": "Remote,API,security,key",
|
||||
"FieldName": "RemoteSecurityKey",
|
||||
"InputType": "RandomPassword",
|
||||
"InputType": "password",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "/MyConfigDedicated/RemoteSecurityKey",
|
||||
"IncludeInCommandLine": false,
|
||||
|
@ -104,7 +104,7 @@
|
||||
"Description": "Server administration password. Blank means no password.",
|
||||
"Keywords": "server,admin,password",
|
||||
"FieldName": "serverPasswordAdmin",
|
||||
"InputType": "RandomPassword",
|
||||
"InputType": "password",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "serverPasswordAdmin",
|
||||
"IncludeInCommandLine": false,
|
||||
|
@ -31,11 +31,11 @@
|
||||
"Description": "Unlocks the admin commands from within the game, that can be used to change the gameplay settings of the server, such as skill gain rate and field growth time.",
|
||||
"Keywords": "admin,password",
|
||||
"FieldName": "adminpwd",
|
||||
"InputType": "RandomPassword",
|
||||
"InputType": "password",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "adminpwd",
|
||||
"IncludeInCommandLine": true,
|
||||
"DefaultValue": "Password123"
|
||||
"DefaultValue": "{{newguid()}}"
|
||||
},
|
||||
{
|
||||
"DisplayName": "Max Players",
|
||||
|
Loading…
Reference in New Issue
Block a user