ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
custom_username_func.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
final
class
ApacheCustom
22
{
23
public
static
function
getUsername
(): string
24
{
25
/*
26
* enter your custom login-name resolve function here
27
*
28
* if you are using the "auto create account" feature
29
* be sure to return a valid username IN ANY CASE
30
*/
31
return
''
;
32
}
33
}
ApacheCustom
Definition:
custom_username_func.php:21
ApacheCustom\getUsername
static getUsername()
Definition:
custom_username_func.php:23
components
ILIAS
AuthApache
classes
custom_username_func.php
Generated on Wed Sep 3 2025 23:02:10 for ILIAS by
1.8.13 (using
Doxyfile
)