edits the user withh the given username password and passphrase

Namespace: White_Tiger
Assembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)

Syntax

C#
public void EditUser(
	string username,
	string pass,
	string newpass,
	string passphrase
)
Visual Basic
Public Sub EditUser ( 
	username As String,
	pass As String,
	newpass As String,
	passphrase As String
)
Visual C++
public:
virtual void EditUser(
	String^ username, 
	String^ pass, 
	String^ newpass, 
	String^ passphrase
) sealed

Parameters

username
Type: System..::..String
Name of an Administrator
pass
Type: System..::..String
Name of Administrator's password
newpass
Type: System..::..String
The password of the new user
passphrase
Type: System..::..String
The passphrase of the new user

Implements

IWhiteTigerService..::..EditUser(String, String, String, String)

See Also