ILIAS  trunk Revision v11.0_alpha-1713-gd8962da2f67
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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.

Referenced by ilAuthFrontendCredentialsApache\initFromRequest().

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  }
+ Here is the caller graph for this function:

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