diff --git a/killing-floor-2config.json b/killing-floor-2config.json index 1447900..0390bed 100644 --- a/killing-floor-2config.json +++ b/killing-floor-2config.json @@ -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": {} }, { diff --git a/portal-knightsconfig.json b/portal-knightsconfig.json index d86eb74..b4aed99 100644 --- a/portal-knightsconfig.json +++ b/portal-knightsconfig.json @@ -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":{} }, { diff --git a/space-engineers-genericconfig.json b/space-engineers-genericconfig.json index ae13bf9..b77062c 100644 --- a/space-engineers-genericconfig.json +++ b/space-engineers-genericconfig.json @@ -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, diff --git a/the-forestconfig.json b/the-forestconfig.json index 36fa916..22ae7b0 100644 --- a/the-forestconfig.json +++ b/the-forestconfig.json @@ -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, diff --git a/wurm-unlimitedconfig.json b/wurm-unlimitedconfig.json index 6078756..ffe6b80 100644 --- a/wurm-unlimitedconfig.json +++ b/wurm-unlimitedconfig.json @@ -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",