|
Elgg
Version master
|
Go to the source code of this file.
Variables | |
| $guid = (int) elgg_extract('user_guid', $vars) | |
| Change the email address of an user. More... | |
| $user | |
| if (! $user instanceof \ElggUser||! $user->canEdit()) | |
| $footer | |
| $footer |
Definition at line 33 of file change_email.php.
| $guid = (int) elgg_extract('user_guid', $vars) |
Change the email address of an user.
@uses $vars['user_guid'] the GUID of the user to change
Definition at line 8 of file change_email.php.
| $user |
Definition at line 9 of file change_email.php.
| if(! $user instanceof \ElggUser||! $user->canEdit()) | ( | ! $user instanceof \ElggUser||! $user-> | canEdit() | ) |
Definition at line 13 of file change_email.php.