Create a new login
Namespace: Composite.C1Console.Security.Plugins.LoginProviderAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
void AddNewUser( string username, string password, string group, string email ) |
Visual Basic |
---|
Sub AddNewUser ( _ username As String, _ password As String, _ group As String, _ email As String _ ) |
Visual C++ |
---|
void AddNewUser( String^ username, String^ password, String^ group, String^ email ) |
Parameters
- username
- Type: System..::..String
Name of user to update password for
- password
- Type: System..::..String
Desired password
- group
- Type: System..::..String
Name of group (simple container) for user
- Type: System..::..String
User email address