From edff93ce23f8cc5719e1d11f50d13d283a9110f5 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Mon, 31 Jan 2022 11:32:20 +1100 Subject: [PATCH] Use RandomPassword input type --- project-zomboidconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project-zomboidconfig.json b/project-zomboidconfig.json index 13958fe..fc07a38 100755 --- a/project-zomboidconfig.json +++ b/project-zomboidconfig.json @@ -97,7 +97,7 @@ "Description":"Password to connect to the server. You should change this after first installing the server", "Keywords":"password", "FieldName":"Password", - "InputType":"password", + "InputType":"RandomPassword", "IsFlagArgument":false, "ParamFieldName":"Password", "IncludeInCommandLine":false, @@ -109,7 +109,7 @@ "Description":"In-game \"admin\" user password (not the server password). You should change this after first installing the server", "Keywords":"admin,password", "FieldName":"adminpassword", - "InputType":"password", + "InputType":"RandomPassword", "IsFlagArgument":false, "ParamFieldName":"adminpassword", "IncludeInCommandLine":true, @@ -121,7 +121,7 @@ "Description":"Password to connect to RCON. You should change this after first installing the server", "Keywords":"rcon,password", "FieldName":"$RemoteAdminPassword", - "InputType":"password", + "InputType":"RandomPassword", "IsFlagArgument":false, "ParamFieldName":"RCONPassword", "IncludeInCommandLine":false,