|
Elgg
Version 1.9
|
Go to the source code of this file.
Namespaces | |
| Elgg\Core | |
| Activate a plugin or plugins. | |
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') | |
| $friend_guid = (int) get_input('friend_guid', 0) | |
| $invitecode = get_input('invitecode') | |
| if(elgg_get_config('allow_registration')) | else |
| $email = get_input('email') |
Definition at line 15 of file register.php.
| $friend_guid = (int) get_input('friend_guid', 0) |
Definition at line 17 of file register.php.
| $invitecode = get_input('invitecode') |
Definition at line 18 of file register.php.
| $name = get_input('name') |
Definition at line 16 of file register.php.
| $password = get_input('password', null, false) |
Definition at line 13 of file register.php.
| $password2 = get_input('password2', null, false) |
Definition at line 14 of file register.php.
| $username = get_input('username') |
Definition at line 12 of file register.php.
| if (elgg_get_config( 'allow_registration')) else |
Definition at line 79 of file register.php.