Elgg
Version 5.0
|
Go to the source code of this file.
Variables | |
$user = elgg_extract('entity', $vars, elgg_get_page_owner_entity()) | |
Provide a way of setting your email. More... | |
if(!$user instanceof ElggUser) | $title = elgg_echo('email:settings') |
$content = '' | |
if(elgg_get_config('security_email_require_password')&&($user->getGUID()===elgg_get_logged_in_user_guid())) | $email_help = '' |
if ($user->isAdmin()) | |
if (elgg_get_config('security_email_require_confirmation')&&isset($user->new_email)) $content = '' |
if (elgg_get_config('security_email_require_password')&&($user->getGUID()===elgg_get_logged_in_user_guid())) $email_help = '' |
$user = elgg_extract('entity', $vars, elgg_get_page_owner_entity()) |