Searched refs:canDo (Results 1 – 25 of 34) sorted by relevance
12
| /plugin/authchained/ |
| H A D | auth.php | 60 $this->any_external |= $tmp_class->canDo('external'); 96 public function canDo($cap) { function in auth_plugin_authchained 104 return $this->usermanager_auth->canDo($cap); 106 return parent::canDo($cap); 114 return $this->chained_auth->canDo($cap); 122 return $this->usermanager_auth->canDo($cap); 133 return $this->usermanager_auth->canDo($cap); 136 return $this->chained_auth->canDo($cap); 140 return parent::canDo($cap); 175 if($module[1]->canDo('external') && $module[1]->trustExternal($user, $pass, $sticky)) { [all …]
|
| /plugin/groupmanager/ |
| 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… 631 …. "_username", "username", $this->lang["user_name"], $name, $this->_auth->canDo("modName"), $inden… 632 …. "_usermail", "usermail", $this->lang["user_mail"], $mail, $this->_auth->canDo("modMail"), $inden… 635 if ($this->_auth->canDo("modPass")) { 694 if (!$this->_auth->canDo('addUser')) return false; 699 if ($this->_auth->canDo('modPass')) { [all …]
|
| /plugin/autogroup/ |
| D | action.php | 84 if (!$auth || !$auth->canDo('getUsers') || !$auth->canDo('modGroups')) { 163 if (!$auth || !$auth->canDo('getUsers') || !$auth->canDo('modGroups')) {
|
| /plugin/approve/ |
| H A D | admin.php | 108 if ($auth->canDo('getUsers')) { 111 if ($auth->canDo('getGroups')) { 122 if (!$auth->canDo('getGroups')) {
|
| /plugin/authsplit/ |
| 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'); 483 if ($this->authplugins['primary']->canDo['mod' . ucfirst($field)]) {
|
| /plugin/recommend/helper/ |
| D | mail.php | 77 if (!$auth->canDo('getUsers')) { 114 if (!$auth->canDo('getUsers')) {
|
| /plugin/authplaincas/ |
| D | action.php | 79 if ($auth && $auth->canDo('modPass') && actionOK('resendpwd')) { 112 !($auth && $auth->canDo('modPass') && actionOK('resendpwd'))
|
| /plugin/authsaml/ |
| D | saml.php | 209 if ($auth->canDo('addUser')) { 230 if ($auth->canDo('modName')) { 235 if ($auth->canDo('modMail')) { 240 if ($auth->canDo('modGroups')) {
|
| /plugin/userimportextended/ |
| 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/botbouncer/admin/ |
| D | clean.php | 32 } else if (!$auth->canDo('getUsers')) { 108 …$this->_user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filt…
|
| /plugin/ssocas/ |
| D | action.php | 92 if($auth && $auth->canDo('addUser') && actionOK('register')){ 96 if ($auth && $auth->canDo('modPass') && actionOK('resendpwd')) {
|
| /plugin/authg2fa/ |
| D | admin.php | 42 } else if (!$auth->canDo('getUsers')) { 86 …$this->_user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filt…
|
| /plugin/groupadmin/ |
| D | admin.php | 33 } else if (!$auth->canDo('getUsers')) { 99 if ($this->_auth->canDo("getGroups")) {
|
| /plugin/openid/ |
| 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/pureldap/action/ |
| H A D | expiry.php | 62 if ($auth->canDo('modPass')) {
|
| /plugin/structgroup/helper/ |
| D | authgroup.php | 41 if(!$auth->canDo('getUsers')) {
|
| /plugin/judge/ |
| D | admin.php | 58 if ($auth->canDo('getUsers')) { // is this feature available?
|
| /plugin/structgroup8/helper/ |
| D | authgroup.php | 41 if(!$auth->canDo('getUsers')) {
|
| /plugin/submgr/ |
| D | admin.php | 140 if (!$auth->canDo('getUsers')) {
|
| /plugin/permissioninfo/ |
| D | admin.php | 41 if($this->auth->canDo('getUsers')) 51 if($this->auth->canDo('getGroups'))
|
| /plugin/autolink2/ |
| D | admin.php | 20 } else if (!$auth->canDo('getUsers')) {
|
| /plugin/editor/ |
| D | helper.php | 44 if (($auth) && ($auth->canDo('getUsers'))) {
|
| /plugin/forceuserchange/ |
| D | action.php | 140 if (!$auth->canDo('external') && $auth->checkPass($user, $pass)){
|
| /plugin/structpublish/helper/ |
| H A D | notify.php | 121 if (!$auth->canDo('getUsers')) {
|
| /plugin/pureldap/ |
| H A D | auth.php | 170 if ($this->canDo('modPass') && ($code == 532 || $code == 773)) {
|
12