Update Randompassword Inputs (#412)

* Update Randompassword Inputs

* add {{newguid()}}

* Update space-engineers-genericconfig.json

* Changes
This commit is contained in:
IceOfWraith 2023-07-02 06:57:07 -05:00 committed by GitHub
parent f871f29cf6
commit 8d6eabaa6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -91,11 +91,11 @@
"Description": "Password to become admin in-game. Username is \"admin\". Change this after install.", "Description": "Password to become admin in-game. Username is \"admin\". Change this after install.",
"Keywords": "admin,password", "Keywords": "admin,password",
"FieldName": "AdminPassword", "FieldName": "AdminPassword",
"InputType": "RandomPassword", "InputType": "password",
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "Engine.AccessControl.AdminPassword", "ParamFieldName": "Engine.AccessControl.AdminPassword",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "Password123", "DefaultValue": "{{newguid()}}",
"EnumValues": {} "EnumValues": {}
}, },
{ {

View File

@ -114,11 +114,11 @@
"Description":"Choose the password used to access your dedicated server by the Admin user group.", "Description":"Choose the password used to access your dedicated server by the Admin user group.",
"Keywords":"admin,password", "Keywords":"admin,password",
"FieldName":"adminscredentialspassword", "FieldName":"adminscredentialspassword",
"InputType":"RandomPassword", "InputType":"password",
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"$.admins.credentials.password", "ParamFieldName":"$.admins.credentials.password",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"admin_password_please_change", "DefaultValue":"{{newguid()}}",
"EnumValues":{} "EnumValues":{}
}, },
{ {

View File

@ -588,7 +588,7 @@
"Description": "The password used to access the Remote API.", "Description": "The password used to access the Remote API.",
"Keywords": "Remote,API,security,key", "Keywords": "Remote,API,security,key",
"FieldName": "RemoteSecurityKey", "FieldName": "RemoteSecurityKey",
"InputType": "RandomPassword", "InputType": "password",
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/RemoteSecurityKey", "ParamFieldName": "/MyConfigDedicated/RemoteSecurityKey",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,

View File

@ -104,7 +104,7 @@
"Description": "Server administration password. Blank means no password.", "Description": "Server administration password. Blank means no password.",
"Keywords": "server,admin,password", "Keywords": "server,admin,password",
"FieldName": "serverPasswordAdmin", "FieldName": "serverPasswordAdmin",
"InputType": "RandomPassword", "InputType": "password",
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "serverPasswordAdmin", "ParamFieldName": "serverPasswordAdmin",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,

View File

@ -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.", "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", "Keywords": "admin,password",
"FieldName": "adminpwd", "FieldName": "adminpwd",
"InputType": "RandomPassword", "InputType": "password",
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "adminpwd", "ParamFieldName": "adminpwd",
"IncludeInCommandLine": true, "IncludeInCommandLine": true,
"DefaultValue": "Password123" "DefaultValue": "{{newguid()}}"
}, },
{ {
"DisplayName": "Max Players", "DisplayName": "Max Players",