Home
last modified time | relevance | path

Searched full:auth_login_check (Results 1 – 20 of 20) sorted by relevance

/plugin/logindelay/action/
H A Dlogin.php21 $controller->register_hook('AUTH_LOGIN_CHECK', 'BEFORE', $this, 'checkDelay');
22 $controller->register_hook('AUTH_LOGIN_CHECK', 'AFTER', $this, 'processLoginAttempt');
/plugin/dev/
H A Devents.txt10 AUTH_LOGIN_CHECK
/plugin/logautherror/
H A Daction.php33 $controller->register_hook('AUTH_LOGIN_CHECK', 'AFTER', $this, '_logAuthError');
/plugin/disableactionsbygroup/
H A Daction.php21 $controller->register_hook('AUTH_LOGIN_CHECK', 'AFTER', $this, 'handle_post_login');
/plugin/tokenbucketauth/
H A Daction.php42 $controller->register_hook('AUTH_LOGIN_CHECK', 'BEFORE', $this, 'disable_login', array());
43 $controller->register_hook('AUTH_LOGIN_CHECK', 'AFTER', $this, 'register_login_fail', array());
/plugin/submgr/
H A Daction.php24 $controller->register_hook('AUTH_LOGIN_CHECK', 'AFTER', $this, 'handle_login');
/plugin/sfauth/
H A Daction.php22 $controller->register_hook('AUTH_LOGIN_CHECK', 'AFTER', $this, 'handle_login');
/plugin/maintenancemessage/
H A Daction.php26 $controller->register_hook('AUTH_LOGIN_CHECK', 'BEFORE', $this, '_denylogin');
/plugin/securelogin/
H A Daction.php26 $controller->register_hook('AUTH_LOGIN_CHECK', 'BEFORE', $this, '_auth');
H A Dadmin.php45 msg("Your version of dokuwiki not generate AUTH_LOGIN_CHECK event, plugin not work!");
/dokuwiki/lib/plugins/authad/
H A Daction.php24 $controller->register_hook('AUTH_LOGIN_CHECK', 'BEFORE', $this, 'handleAuthLoginCheck');
/plugin/forceuserchange/
H A Daction.php27 $controller->register_hook('AUTH_LOGIN_CHECK', 'AFTER', $this, 'handle_auth_login_check');
/plugin/extranet/
H A Daction.php9 $controller->register_hook('AUTH_LOGIN_CHECK', 'AFTER', $this, '_disableactions');
/plugin/zenlogin/
H A Daction.php62 $controller->register_hook('AUTH_LOGIN_CHECK', 'BEFORE', $this,
/plugin/judge/
H A Daction.php39 $controller->register_hook('AUTH_LOGIN_CHECK', 'AFTER', $this, 'removePageCache');
/plugin/captcha/
H A Daction.php39 $controller->register_hook('AUTH_LOGIN_CHECK', 'BEFORE', $this, 'handleLogin', []);
/plugin/fedauth/
H A Daction.php65 …$controller->register_hook('AUTH_LOGIN_CHECK', 'BEFORE', $this, 'handle_login_check',…
/plugin/authchained/
H A Dauth.php185 trigger_event('AUTH_LOGIN_CHECK', $evdata, 'auth_login_wrapper');
/dokuwiki/inc/
H A Dauth.php34 * @triggers AUTH_LOGIN_CHECK
114 Event::createAndTrigger('AUTH_LOGIN_CHECK', $evdata, 'auth_login_wrapper');
224 * Event hook callback for AUTH_LOGIN_CHECK
/dokuwiki/inc/Remote/
H A DApiCore.php155 $ok = Event::createAndTrigger('AUTH_LOGIN_CHECK', $evdata, 'auth_login_wrapper');