Unturned: Password tweaks (#294)
This commit is contained in:
parent
fbd4da2aba
commit
c62be0ac90
@ -48,6 +48,7 @@ App.UniversalSleepApplicationUDPPortRef=ApplicationPort1
|
|||||||
App.UniversalSleepSteamQueryPortRef=QueryPort
|
App.UniversalSleepSteamQueryPortRef=QueryPort
|
||||||
App.MaxUsers=10
|
App.MaxUsers=10
|
||||||
App.UseRandomAdminPassword=True
|
App.UseRandomAdminPassword=True
|
||||||
|
App.PersistRandomPassword=True
|
||||||
App.RemoteAdminPassword=
|
App.RemoteAdminPassword=
|
||||||
App.AdminMethod=TelnetRCON
|
App.AdminMethod=TelnetRCON
|
||||||
App.AdminLoginTransform=None
|
App.AdminLoginTransform=None
|
||||||
|
@ -41,19 +41,6 @@
|
|||||||
"DefaultValue": "27115",
|
"DefaultValue": "27115",
|
||||||
"EnumValues":{}
|
"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",
|
"DisplayName": "Server Name",
|
||||||
"Category": "Server Settings",
|
"Category": "Server Settings",
|
||||||
@ -89,13 +76,25 @@
|
|||||||
"Description": "Password to connect to the server. Default is no password",
|
"Description": "Password to connect to the server. Default is no password",
|
||||||
"Keywords": "password",
|
"Keywords": "password",
|
||||||
"FieldName": "Password",
|
"FieldName": "Password",
|
||||||
"InputType": "RandomPassword",
|
"InputType": "password",
|
||||||
"IsFlagArgument": false,
|
"IsFlagArgument": false,
|
||||||
"ParamFieldName": "Password",
|
"ParamFieldName": "Password",
|
||||||
"IncludeInCommandLine": false,
|
"IncludeInCommandLine": false,
|
||||||
"DefaultValue": "",
|
"DefaultValue": "",
|
||||||
"EnumValues":{}
|
"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",
|
"DisplayName": "Owner",
|
||||||
"Category": "Server Settings",
|
"Category": "Server Settings",
|
||||||
|
Loading…
Reference in New Issue
Block a user