34 '#label' =>
elgg_echo(
'autogen_password_option'),
35 'name' =>
'autogen_password',
40 '#type' =>
'password',
44 'autocomplete' =>
'new-password',
45 'add_security_requirements' =>
true,
49 '#type' =>
'password',
51 'name' =>
'password2',
53 'autocomplete' =>
'new-password',
54 'add_security_requirements' =>
true,
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
elgg_extract($key, $array, $default=null, bool $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
elgg_set_form_footer(string $footer= '')
Sets form footer and defers its rendering until the form view and extensions have been rendered...
elgg_import_esm(string $name)
Helper functions for external files like css/js.