5 '#label' =>
elgg_echo(
'installation:registration:label'),
6 '#help' =>
elgg_echo(
'installation:registration:description'),
7 'name' =>
'allow_registration',
13 '#type' =>
'checkbox',
14 '#label' =>
elgg_echo(
'config:users:user_joined_river'),
15 'name' =>
'user_joined_river',
21 '#type' =>
'checkbox',
22 '#label' =>
elgg_echo(
'installation:adminvalidation:label'),
23 '#help' =>
elgg_echo(
'installation:adminvalidation:description'),
24 'name' =>
'require_admin_validation',
29 $classes = [
'elgg-divide-left',
'plm',
'elgg-admin-users-admin-validation-notification'];
36 '#label' =>
elgg_echo(
'installation:adminvalidation:notification:label'),
37 '#help' =>
elgg_echo(
'installation:adminvalidation:notification:description'),
39 'name' =>
'admin_validation_notification',
45 '#label' =>
elgg_echo(
'config:users:remove_unvalidated_users_days'),
46 '#help' =>
elgg_echo(
'config:users:remove_unvalidated_users_days:help'),
47 'name' =>
'remove_unvalidated_users_days',
53 '#type' =>
'checkbox',
54 '#label' =>
elgg_echo(
'config:users:can_change_username'),
55 '#help' =>
elgg_echo(
'config:users:can_change_username:help'),
56 'name' =>
'can_change_username',
elgg_view_module(string $type, string $title, string $body, array $vars=[])
Wrapper function for the module display pattern.
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
elgg_get_config(string $name, $default=null)
Get an Elgg configuration value.
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.