Home
last modified time | relevance | path

Searched full:html_loginform_output (Results 1 – 23 of 23) sorted by last modified time

/plugin/dev/
H A Devents.txt54 HTML_LOGINFORM_OUTPUT
/plugin/combo/action/
H A Dlogin.php151 * The event HTML_LOGINFORM_OUTPUT is deprecated
160 * https://www.dokuwiki.org/devel:event:html_loginform_output
162 $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_login_html', array());
/plugin/oauth/action/
H A Dlogin.php48 $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handleOldLoginForm'); // @deprecated
/plugin/captcha/
H A Daction.php
/plugin/evesso/
H A Daction.php27 $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_loginform');
/template/bootstrap3/
H A DEventHandlers.php32 'HTML_LOGINFORM_OUTPUT' => ['BEFORE', ['htmlAccountFormOutput']],
230 case 'HTML_LOGINFORM_OUTPUT':
/plugin/adfs/
H A Daction.php14 $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_loginform');
/plugin/authdiscourse/
H A Daction.php34 … $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_login_form');
/plugin/authphpbb3/
H A Daction.php24 $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_login_form');
/plugin/authsaml/
H A Daction.php49 $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_login_form');
/plugin/authfacebook/
H A Daction.php11 …$controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'hook_html_loginform_output'…
/plugin/authvk/
H A Daction.php21 $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_loginform');
/plugin/authplaincas/
H A Daction.php28 $controller->register_hook ('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_login_form');
/plugin/vbsso/
H A Daction.php80 … $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'vbsso_loginform_page_hook');
/plugin/authgoogle/
H A Daction.php13 …$controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'hook_html_loginform_output'…
/plugin/authg2fa/
H A Daction.php21 …$controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'two_fa_login_form', array());
/plugin/authyubikey/
H A Daction.php29 $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_loginform');
/plugin/sfauth/
H A Daction.php21 …$controller->register_hook('HTML_LOGINFORM_OUTPUT', 'AFTER', $this, 'handle_html_loginform_output'…
/plugin/genericsso/
H A Daction.php17 …$controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_login_form', array());
/plugin/authloginapi/
H A Daction.php37 $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_login_form');
/plugin/authgoogle2fa/
H A Daction.php17 …$controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'two_fa_login_form', array());
/plugin/fedauth/
H A Daction.php61 …$controller->register_hook('HTML_LOGINFORM_OUTPUT', 'AFTER', $this, 'handle_login_form', …
/plugin/ssocas/
H A Daction.php47 $controller->register_hook ('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_login_form');