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.",
"Keywords": "admin,password",
"FieldName": "AdminPassword",
"InputType": "RandomPassword",
"InputType": "password",
"IsFlagArgument": false,
"ParamFieldName": "Engine.AccessControl.AdminPassword",
"IncludeInCommandLine": false,
"DefaultValue": "Password123",
"DefaultValue": "{{newguid()}}",
"EnumValues": {}
},
{

View File

@ -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":{}
},
{

View File

@ -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,

View File

@ -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,

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