Searched full:auth_user_change (Results 1 – 20 of 20) sorted by relevance
/plugin/gdpr/_test/ |
H A D | CleanUser.test.php | 47 trigger_event('AUTH_USER_CHANGE', $deleteEventData); 78 trigger_event('AUTH_USER_CHANGE', $deleteEventDataAdmin); 79 trigger_event('AUTH_USER_CHANGE', $deleteEventDataPubcie);
|
/plugin/forceuserchange/ |
H A D | action.php | 30 $controller->register_hook('AUTH_USER_CHANGE', 'AFTER', $this, 'handle_auth_user_change'); 32 … $controller->register_hook('AUTH_USER_CHANGE', 'BEFORE', $this, 'prevent_same_password');
|
/plugin/dev/ |
H A D | events.txt | 12 AUTH_USER_CHANGE
|
/plugin/gdpr/action/ |
H A D | delusers.php | 23 $controller->register_hook('AUTH_USER_CHANGE', 'AFTER', $this, 'handleAuthUserChange'); 30 * Called for event: AUTH_USER_CHANGE
|
/plugin/ireadit/action/ |
H A D | auth.php | 16 $controller->register_hook('AUTH_USER_CHANGE','AFTER', $this, 'handle_auth_user_change');
|
/plugin/authdomainlimitation/action/ |
H A D | signup.php | 22 $controller->register_hook('AUTH_USER_CHANGE', 'BEFORE', $this, 'handle_auth_user_change');
|
/plugin/submgr/ |
H A D | action.php | 21 $controller->register_hook('AUTH_USER_CHANGE', 'BEFORE', $this, 'handle_auth_user_change');
|
/plugin/stopforumspam/ |
H A D | action.php | 37 $controller->register_hook('AUTH_USER_CHANGE', 'BEFORE', $this, "check_spammer_database");
|
/plugin/usermanagerextended/action/ |
H A D | extend.php | 15 $controller->register_hook('AUTH_USER_CHANGE', 'BEFORE', $this, 'handlePermissions');
|
/plugin/stopforumspam2/ |
H A D | action.php | 21 $controller->register_hook('AUTH_USER_CHANGE', 'BEFORE', $this, 'elementcheck', array());
|
/plugin/userpagecreate/ |
H A D | action.php | 19 $controller->register_hook('AUTH_USER_CHANGE', 'AFTER', $this, 'handleUserDeletion');
|
/plugin/autogroup/ |
H A D | action.php | 60 $controller->register_hook('AUTH_USER_CHANGE', 'AFTER', $this, 'update_group_event');
|
/plugin/loglog/ |
H A D | action.php | 70 'AUTH_USER_CHANGE',
|
/plugin/oauth/action/ |
H A D | user.php | 45 $controller->register_hook('AUTH_USER_CHANGE', 'BEFORE', $this, 'handleUsermod');
|
/plugin/zenlogin/ |
H A D | action.php | 64 $controller->register_hook('AUTH_USER_CHANGE', 'AFTER', $this,
|
/plugin/passpolicy/ |
H A D | action.php | 31 $controller->register_hook('AUTH_USER_CHANGE', 'BEFORE', $this, 'handlePasschange');
|
/plugin/statistics/ |
H A D | action.php | 46 'AUTH_USER_CHANGE',
|
/dokuwiki/inc/Extension/ |
H A D | AuthPlugin.php | 138 $evt = new Event('AUTH_USER_CHANGE', $eventdata);
|
/plugin/evesso/ |
H A D | action.php | 31 $controller->register_hook('AUTH_USER_CHANGE', 'BEFORE', $this, 'handle_usermod');
|
/plugin/issuetracker/ |
H A D | action.php | 40 $controller->register_hook( 'AUTH_USER_CHANGE', 46 $controller->register_hook( 'AUTH_USER_CHANGE',
|