Use RandomPassword input type
This commit is contained in:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user