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