Unturned: Password tweaks (#294)

This commit is contained in:
Greelan 2023-03-07 05:40:51 +11:00 committed by GitHub
parent fbd4da2aba
commit c62be0ac90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

View File

@ -48,6 +48,7 @@ App.UniversalSleepApplicationUDPPortRef=ApplicationPort1
App.UniversalSleepSteamQueryPortRef=QueryPort
App.MaxUsers=10
App.UseRandomAdminPassword=True
App.PersistRandomPassword=True
App.RemoteAdminPassword=
App.AdminMethod=TelnetRCON
App.AdminLoginTransform=None

View File

@ -41,19 +41,6 @@
"DefaultValue": "27115",
"EnumValues":{}
},
{
"DisplayName": "RCON Password",
"Category": "Server Settings",
"Description": "",
"Keywords": "",
"FieldName": "$RemoteAdminPassword",
"InputType": "text",
"IsFlagArgument": false,
"Hidden":true,
"ParamFieldName": "/RocketSettings/RCON/@Password",
"IncludeInCommandLine": false,
"EnumValues":{}
},
{
"DisplayName": "Server Name",
"Category": "Server Settings",
@ -89,13 +76,25 @@
"Description": "Password to connect to the server. Default is no password",
"Keywords": "password",
"FieldName": "Password",
"InputType": "RandomPassword",
"InputType": "password",
"IsFlagArgument": false,
"ParamFieldName": "Password",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues":{}
},
{
"DisplayName": "RCON Password",
"Category": "Server Settings",
"Description": "See the Security and Privacy menu for configurable options for the server's RCON",
"Keywords": "rcon,password",
"FieldName": "$RemoteAdminPassword",
"InputType": "hidden",
"IsFlagArgument": false,
"ParamFieldName": "/RocketSettings/RCON/@Password",
"IncludeInCommandLine": false,
"EnumValues":{}
},
{
"DisplayName": "Owner",
"Category": "Server Settings",