Updates a user password
Namespace: Composite.C1Console.Security.Plugins.LoginProviderAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
void SetUserPassword( string username, string password ) |
| Visual Basic |
|---|
Sub SetUserPassword ( _ username As String, _ password As String _ ) |
| Visual C++ |
|---|
void SetUserPassword( String^ username, String^ password ) |
Parameters
- username
- Type: System..::..String
Name of user to update password for
- password
- Type: System..::..String
Desired password