ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
custom_username_func.php
Go to the documentation of this file.
1<?php
2
4{
5 public static function getUsername()
6 {
7 /*
8 * enter your custom login-name resolve function here
9 *
10 * if you are using the "auto create account" feature
11 * be sure to return a valid username IN ANY CASE
12 */
13 }
14}
An exception for terminatinating execution or to throw for unit testing.