Home
last modified time | relevance | path

Searched full:form_login_output (Results 1 – 8 of 8) sorted by relevance

/plugin/dev/
H A Devents.txt36 FORM_LOGIN_OUTPUT
/plugin/combo/action/
H A Dlogin.php152 * for FORM_LOGIN_OUTPUT
169 * https://www.dokuwiki.org/devel:event:form_login_output
171 $controller->register_hook('FORM_LOGIN_OUTPUT', 'BEFORE', $this, 'handle_login_html', array());
/plugin/captcha/
H A Daction.php36 $controller->register_hook('FORM_LOGIN_OUTPUT', 'BEFORE', $this, 'handleFormOutput', []);
178 if ($event->name === 'FORM_LOGIN_OUTPUT' && !$this->protectLogin()) {
/dokuwiki/lib/plugins/authad/
H A Daction.php25 $controller->register_hook('FORM_LOGIN_OUTPUT', 'BEFORE', $this, 'handleFormLoginOutput');
/plugin/oauth/action/
H A Dlogin.php49 $controller->register_hook('FORM_LOGIN_OUTPUT', 'BEFORE', $this, 'handleLoginForm');
/plugin/evesso/
H A Daction.php29 $controller->register_hook('FORM_LOGIN_OUTPUT', 'BEFORE', $this, 'handle_loginform');
/template/bootstrap3/
H A DEventHandlers.php56 'FORM_LOGIN_OUTPUT' => ['BEFORE', ['commonStyles', 'formLoginOutput']],
/plugin/openid/
H A Daction.php61 $controller->register_hook('FORM_LOGIN_OUTPUT',