|
Elgg
Version 2.3
|
Go to the source code of this file.
Namespaces | |
| Elgg | |
| Save menu items. | |
Variables | |
| $username = get_input('username') | |
| $password = get_input('password', null, false) | |
| $password2 = get_input('password2', null, false) | |
| $email = get_input('email') | |
| $name = get_input('name') | |
| $language = get_input('language', elgg_get_config('language')) | |
| $admin = get_input('admin') | |
| if(is_array($admin)) | $autogen_password = get_input('autogen_password') |
| if($autogen_password) if($username==''|| $password==''|| $password2==''|| $email==''|| $name=='') if(strcmp($password, $password2) !=0) | try |
| if($guid) | else |
| $admin = get_input('admin') |
Definition at line 22 of file useradd.php.
Definition at line 27 of file useradd.php.
Definition at line 15 of file useradd.php.
| $language = get_input('language', elgg_get_config('language')) |
Definition at line 20 of file useradd.php.
Definition at line 16 of file useradd.php.
| $password = get_input('password', null, false) |
Definition at line 13 of file useradd.php.
| $password2 = get_input('password2', null, false) |
Definition at line 14 of file useradd.php.
| $username = get_input('username') |
Definition at line 12 of file useradd.php.
| if ( $guid) else |
Definition at line 80 of file useradd.php.
| if ( $autogen_password) if ( $username==''||$password==''||$password2==''||$email==''||$name=='') if (strcmp( $password, $password2) !=0) try |
Definition at line 45 of file useradd.php.