Table of Contents

HTML_LOGINFORM_OUTPUT

Description:
modify the login form HTML
DefaultAction:
display the login form
Preventable:
no
Added:
2007-07-30
Removed:
2020-10-13

This event is signalled by html_form() in inc/html.php when called via html_login(). Use this to inject additional form elements1) into the form.

This event has been replaced by FORM_LOGIN_OUTPUT.

Passed Data

$data contains a Doku_Form object with the form components.

See also