3.12 adduser
Adds a user to the user list.
Parameters:
$xestiascan_authmodule->adduser(username, userinfo);
Usage:
$xestiascan_authmodule->adduser(“User”, %userinfo);
username
Specifies the name of the new user.
options
Specifies the following options as a hash.
Setting |
Description |
Username |
Specifies the username to use for the new user. |
Name |
Specifies the name of the new user. |
Password |
Specifies the password to use. |
ConfirmPassword |
Specifies the confirmed password to use (should be same as Password). |
Admin |
Specifies if the account has administrative privileges. |
Enabled |
Specifies if the account is enabled or not. |