/plugin/authchained/ |
H A D | auth.php | 58 $this->any_external |= $tmp_class->canDo('external'); 94 public function canDo($cap) { function in auth_plugin_authchained 102 return $this->usermanager_auth->canDo($cap); 104 return parent::canDo($cap); 112 return $this->chained_auth->canDo($cap); 120 return $this->usermanager_auth->canDo($cap); 131 return $this->usermanager_auth->canDo($cap); 134 return $this->chained_auth->canDo($cap); 138 return parent::canDo($cap); 140 #echo "canDo [all...] |
/plugin/autogroup/ |
H A D | action.php | 84 if (!$auth || !$auth->canDo('getUsers') || !$auth->canDo('modGroups')) { 163 if (!$auth || !$auth->canDo('getUsers') || !$auth->canDo('modGroups')) {
|
/plugin/groupmanager/ |
H A D | syntax.php | 80 } else if (!$auth->canDo('getUsers')) { 367 …$this->_user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filt… 575 if ($this->_auth->canDo('addUser') && $allow_add_user) { 629 … $cmd . "_userid", "userid", $this->lang["user_id"], $user, $this->_auth->canDo("modLogin"), $inde… 630 …md . "_userpass", "userpass", $this->lang["user_pass"], "", $this->_auth->canDo("modPass"), $inden… 635 if ($this->_auth->canDo("modPass")) { 694 if (!$this->_auth->canDo('addUser')) return false; 699 if ($this->_auth->canDo('modPass')) { 716 if ($this->_auth->canDo('modName')) { 727 if ($this->_auth->canDo('modMail')) { [all …]
|
/plugin/approve/ |
H A D | admin.php | 108 if ($auth->canDo('getUsers')) { 111 if ($auth->canDo('getGroups')) { 122 if (!$auth->canDo('getGroups')) {
|
/plugin/authsplit/ |
H A D | auth.php | 90 $this->cando['modLogin'] = $this->authplugins['secondary']->canDo('modLogin'); 93 $this->cando['modPass'] = $this->authplugins['primary']->canDo('modPass'); 100 $this->cando[$cap] = $this->authplugins['secondary']->canDo($cap); 108 $this->cando['logout'] = $this->authplugins['primary']->canDo('logout'); 139 * used (primary auth plugin's canDo['external'] == false) and the user 169 * used (primary auth plugin's canDo['external'] == true). 483 if ($this->authplugins['primary']->canDo['mod' . ucfirst($field)]) {
|
/plugin/recommend/helper/ |
H A D | mail.php | 77 if (!$auth->canDo('getUsers')) { 114 if (!$auth->canDo('getUsers')) {
|
/plugin/authplaincas/ |
H A D | action.php | 79 if ($auth && $auth->canDo('modPass') && actionOK('resendpwd')) { 112 !($auth && $auth->canDo('modPass') && actionOK('resendpwd'))
|
/plugin/authsaml/ |
H A D | saml.php | 209 if ($auth->canDo('addUser')) { 230 if ($auth->canDo('modName')) { 235 if ($auth->canDo('modMail')) { 240 if ($auth->canDo('modGroups')) {
|
/plugin/botbouncer/admin/ |
H A D | clean.php | 32 } else if (!$auth->canDo('getUsers')) { 108 …$this->_user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filt…
|
/plugin/userimportextended/ |
H A D | admin.php | 53 if (!$this->_auth->canDo('addUser')) return false; 179 if (!$this->_auth->canDo('addUser')) return false; 291 if (!($this->_auth->canDo('modName') xor empty($name))){ 296 if ($this->_auth->canDo('modMail')) {
|
/plugin/ssocas/ |
H A D | action.php | 92 if($auth && $auth->canDo('addUser') && actionOK('register')){ 96 if ($auth && $auth->canDo('modPass') && actionOK('resendpwd')) {
|
/plugin/groupadmin/ |
H A D | admin.php | 33 } else if (!$auth->canDo('getUsers')) { 99 if ($this->_auth->canDo("getGroups")) {
|
/plugin/authg2fa/ |
H A D | admin.php | 42 } else if (!$auth->canDo('getUsers')) { 86 …$this->_user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filt…
|
/plugin/structgroup/helper/ |
H A D | authgroup.php | 41 if(!$auth->canDo('getUsers')) {
|
/plugin/judge/ |
H A D | admin.php | 58 if ($auth->canDo('getUsers')) { // is this feature available?
|
/plugin/openid/ |
H A D | action.php | 154 if ($auth && $auth->canDo('addUser') && actionOK('register')) { 285 if ($auth && $auth->canDo('addUser') && actionOK('register')) { 444 if(!$auth->canDo('addUser')) return false;
|
/plugin/submgr/ |
H A D | admin.php | 140 if (!$auth->canDo('getUsers')) {
|
/plugin/autolink2/ |
H A D | admin.php | 20 } else if (!$auth->canDo('getUsers')) {
|
/plugin/permissioninfo/ |
H A D | admin.php | 41 if($this->auth->canDo('getUsers')) 51 if($this->auth->canDo('getGroups'))
|
/plugin/editor/ |
H A D | helper.php | 44 if (($auth) && ($auth->canDo('getUsers'))) {
|
/plugin/forceuserchange/ |
H A D | action.php | 140 if (!$auth->canDo('external') && $auth->checkPass($user, $pass)){
|
/plugin/structpublish/helper/ |
H A D | notify.php | 120 if (!$auth->canDo('getUsers')) {
|
/plugin/watchcycle/ |
H A D | helper.php | 157 } elseif ($name[0] === '@' && $auth->canDo('getUsers')) {
|
/plugin/struct/types/ |
H A D | User.php | 71 if (!$auth->canDo('getUsers')) {
|
/plugin/recommend/ |
H A D | action.php | 91 if (!$auth->canDo('getUsers')) {
|