|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilServicesUserTasks. More...
Collaboration diagram for ilServicesUserTasks: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 $params, createUser(), generatePassword(), and getValidLogin().
Here is the call graph for this function:
|
staticprotected |
| string | $login | |
| string | $password | |
| string |
Definition at line 110 of file class.ilServicesUserTasks.php.
References $DIC, $email, $password, and IL_PASSWD_PLAIN.
Referenced by createAnonymousUsers().
Here is the caller graph for this function:
|
staticprotected |
| int | $length |
Definition at line 89 of file class.ilServicesUserTasks.php.
References $i, $index, and $password.
Referenced by createAnonymousUsers().
Here is the caller graph for this function:
|
staticprotected |
Definition at line 74 of file class.ilServicesUserTasks.php.
References ilObjUser\_loginExists().
Referenced by createAnonymousUsers().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| ilNode | $context | |
| array | $params |
Definition at line 141 of file class.ilServicesUserTasks.php.
References $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.