Unturned: Password tweaks (#294)
This commit is contained in:
parent
fbd4da2aba
commit
c62be0ac90
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user