admCreateUser
Syntax | admCreateUser(username, password, email, fullName) | Package | |
Alias | Pkg Usage |
Description
Creates the user and configures it with the username, display name, email, and password.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
username | String | Yes | Username for new user. |
password | String | Yes | Password for new user. |
String | Yes | Email for new user. | |
fullName | String | Yes | Full name (display name) for new user. |
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
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.
