Go to the source code of this file.
◆ $email_help
◆ $fields [1/2]
◆ $fields [2/2]
if (elgg_get_config( 'security_email_require_confirmation') &&isset( $user->new_email)) $fields[] |
Initial value:= [
'#type' => 'email',
'#label' =>
elgg_echo(
'email:address:label'),
'name' => 'email',
]
$user
Provide a way of setting your email.
if(elgg_get_config('security_email_require_password') &&($user->guid===elgg_get_logged_in_user_guid())) $email_help
elgg_echo(string $message_key, array $args=[], string $language='')
Elgg language module Functions to manage language and translations.
Definition at line 31 of file email.php.
◆ $user
Provide a way of setting your email.
@uses $vars['entity'] the user to set settings for
Definition at line 8 of file email.php.
◆ if
if(count($fields)===1) |
( |
count( $fields) |
= == 1 | ) |
|