ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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:22
ApacheCustom\getUsername
static getUsername()
Definition:
custom_username_func.php:23
components
ILIAS
AuthApache
classes
custom_username_func.php
Generated on Sat Oct 18 2025 23:02:28 for ILIAS by
1.9.4 (using
Doxyfile
)