Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$guid = (int) get_input('user_guid') | |
Admin action to change the email address of an user. More... | |
$email = (string) get_input('email') | |
if(empty($guid)||empty($email)) if(!elgg_is_valid_email($email)) | $user |
if(!$user instanceof ElggUser) | $users |
if(count($users) > 1) elseif(count($users)===1) if($user->email===$email) $user | email = $email |
Definition at line 7 of file change_email.php.
$guid = (int) get_input('user_guid') |
Admin action to change the email address of an user.
Definition at line 6 of file change_email.php.
if (empty($guid)||empty($email)) if (!elgg_is_valid_email($email)) $user |
Definition at line 17 of file change_email.php.
Definition at line 24 of file change_email.php.
Definition at line 42 of file change_email.php.