ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilServicesUserTasks. More...
Static Public Member Functions | |
static | createAnonymousUsers ($context, $params) |
static | repersonalizeUsers ($context, $params) |
Data Fields | |
const | ANON_FIRSTNAME = 'Anonymous' |
const | ANON_LASTNAME = 'Exam-User' |
const | ANON_LOGIN_PREFIX = 'EX-' |
const | ANON_GENDER = 'm' |
const | PASSWORD_CHARACTERSET = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890' |
Static Protected Member Functions | |
static | getValidLogin () |
static | generatePassword ($length=8) |
static | createUser ($login, $password, $email) |
|
static |
ilNode | $context | |
array | $params |
Definition at line 25 of file class.ilServicesUserTasks.php.
References PHPMailer\PHPMailer\$params, createUser(), generatePassword(), and getValidLogin().
|
staticprotected |
string | $login | |
string | $password | |
string |
Definition at line 110 of file class.ilServicesUserTasks.php.
References $DIC, $email, $login, $password, $user, and IL_PASSWD_PLAIN.
Referenced by createAnonymousUsers().
|
staticprotected |
int | $length |
Definition at line 89 of file class.ilServicesUserTasks.php.
References $i, $index, and $password.
Referenced by createAnonymousUsers().
|
staticprotected |
Definition at line 74 of file class.ilServicesUserTasks.php.
References $login, and ilObjUser\_loginExists().
Referenced by createAnonymousUsers().
|
static |
ilNode | $context | |
array | $params |
Definition at line 141 of file class.ilServicesUserTasks.php.
References PHPMailer\PHPMailer\$params.
const ilServicesUserTasks::ANON_FIRSTNAME = 'Anonymous' |
Definition at line 13 of file class.ilServicesUserTasks.php.
const ilServicesUserTasks::ANON_GENDER = 'm' |
Definition at line 16 of file class.ilServicesUserTasks.php.
const ilServicesUserTasks::ANON_LASTNAME = 'Exam-User' |
Definition at line 14 of file class.ilServicesUserTasks.php.
const ilServicesUserTasks::ANON_LOGIN_PREFIX = 'EX-' |
Definition at line 15 of file class.ilServicesUserTasks.php.
const ilServicesUserTasks::PASSWORD_CHARACTERSET = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890' |
Definition at line 17 of file class.ilServicesUserTasks.php.