Arma Reforger: fix default passwordAdmin length and remove LinuxBufferedConsole (#434)
This commit is contained in:
parent
e115190f0a
commit
750466839f
@ -60,7 +60,7 @@ App.RCONHeartbeatCommand=ping
|
||||
App.TelnetLoginFormat={0}
|
||||
App.UpdateSources=@IncludeJson[arma-reforgerupdates.json]
|
||||
App.PreStartStages=[]
|
||||
App.Compatibility=LinuxBufferedConsole, WindowsBufferedConsole
|
||||
App.Compatibility=WindowsBufferedConsole
|
||||
App.SteamUpdateAnonymousLogin=True
|
||||
App.SteamForceLoginPrompt=False
|
||||
App.RapidStartup=False
|
||||
|
@ -188,14 +188,14 @@
|
||||
{
|
||||
"DisplayName":"Admin Password",
|
||||
"Category":"Server Settings",
|
||||
"Description":"Sets the password required for admin access to the server. Only use alphanumeric, dash or underscore characters. Default is a strong random password",
|
||||
"Description":"Sets the password required for admin access to the server. Only use alphanumeric, dash or underscore characters. Maximum 32 characters. Default is a strong random password",
|
||||
"Keywords":"admin,password,adminpassword,passwordadmin",
|
||||
"FieldName":"adminPassword",
|
||||
"InputType":"password",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"game.passwordAdmin",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"{{newguid()}}",
|
||||
"DefaultValue":"{{randomdigits(15)}}",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
@ -491,4 +491,4 @@
|
||||
"Placeholder":"-debug",
|
||||
"EnumValues":{}
|
||||
}
|
||||
]
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user