BootstrapperSettingsSecurityAddUser Method |
Add a new login with optional roles
Namespace:
Crosser.Server
Assembly:
Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax public static void AddUser(
string name,
string password,
string roles = ""
)
Parameters
- name
- Type: SystemString
user name - password
- Type: SystemString
password - roles (Optional)
- Type: SystemString
comma separated roles (optional)
See Also