current status array ( 'status' => 'finished' | 'inProgress' 'progress' => 0..100 'errors' => array (<array of parameters for StatusMessage>) )
Overrides baseModule::doUploadPostActions() (This function is responsible to do additional tasks after the account has been created in LDAP (e.g. modifying group memberships, adding Quota etc..).)
Parameters:
array
$data
array containing one account in each element
array
$ids
array(<column_name> => <column number>)
array
$failed
list of accounts which were not created successfully
array
$temp
variable to store temporary data between two post actions
Returns a list of elements for the account profiles.
Tags:
return:
profile elements
Overrides baseModule::get_profileOptions() (This function defines what attributes will be used in the account profiles and their appearance in the profile editor.)
Returns an array containing all input columns for the file upload.
Syntax: array( string: name, // fixed non-translated name which is used as column name (should be of format: <module name>_<column name>) string: description, // short descriptive name string: help, // help ID string: example, // example value boolean: required // true, if user must set a value for this column )