admCreateUser
Description
Creates the user and configures it with the username, display name, email, and password.
Parameters
Return Type
Boolean (true/false)
Returns "true" if the user was created and "false" if not.
Example
return admCreateUser("jdoe", "password1", "jdoe@company.com", "John Doe");
Result: A new user "jdoe" will be created.
See also
Peacock