ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ApacheCustom Class Reference
+ Collaboration diagram for ApacheCustom:

Static Public Member Functions

static getUsername ()
 

Detailed Description

Definition at line 21 of file custom_username_func.php.

Member Function Documentation

◆ getUsername()

static ApacheCustom::getUsername ( )
static

Definition at line 23 of file custom_username_func.php.

23 : 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 }

Referenced by ilAuthFrontendCredentialsApache\initFromRequest().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: