Elgg
Version 6.2
|
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) if($user->email===$email) | $existing_user |
if($existing_user instanceof\ElggUser &&$user->guid!==$existing_user->guid) $user | email = $email |
Definition at line 7 of file change_email.php.
Definition at line 29 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.
if ($existing_user instanceof\ElggUser &&$user->guid!==$existing_user->guid) $user email = $email |
Definition at line 37 of file change_email.php.