Home
last modified time | relevance | path

Searched refs:canDo (Results 1 – 25 of 30) sorted by relevance

12

/plugin/authchained/
H A Dauth.php58 $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);
276 if(!is_null($this->usermanager_auth) && $this->canDo('addUser')) {
[all …]
/plugin/autogroup/
H A Daction.php84 if (!$auth || !$auth->canDo('getUsers') || !$auth->canDo('modGroups')) {
163 if (!$auth || !$auth->canDo('getUsers') || !$auth->canDo('modGroups')) {
/plugin/groupmanager/
H A Dsyntax.php80 } 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 Dadmin.php136 if ($auth->canDo('getUsers')) {
139 if ($auth->canDo('getGroups')) {
150 if (!$auth->canDo('getGroups')) {
/plugin/authsplit/
H A Dauth.php90 $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 Dmail.php77 if (!$auth->canDo('getUsers')) {
114 if (!$auth->canDo('getUsers')) {
/plugin/authplaincas/
H A Daction.php79 if ($auth && $auth->canDo('modPass') && actionOK('resendpwd')) {
112 !($auth && $auth->canDo('modPass') && actionOK('resendpwd'))
/plugin/authsaml/
H A Dsaml.php209 if ($auth->canDo('addUser')) {
230 if ($auth->canDo('modName')) {
235 if ($auth->canDo('modMail')) {
240 if ($auth->canDo('modGroups')) {
/plugin/botbouncer/admin/
H A Dclean.php32 } else if (!$auth->canDo('getUsers')) {
108 …$this->_user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filt…
/plugin/userimportextended/
H A Dadmin.php53 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 Daction.php92 if($auth && $auth->canDo('addUser') && actionOK('register')){
96 if ($auth && $auth->canDo('modPass') && actionOK('resendpwd')) {
/plugin/groupadmin/
H A Dadmin.php33 } else if (!$auth->canDo('getUsers')) {
99 if ($this->_auth->canDo("getGroups")) {
/plugin/authg2fa/
H A Dadmin.php42 } else if (!$auth->canDo('getUsers')) {
86 …$this->_user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filt…
/plugin/structgroup/helper/
H A Dauthgroup.php41 if(!$auth->canDo('getUsers')) {
/plugin/judge/
H A Dadmin.php58 if ($auth->canDo('getUsers')) { // is this feature available?
/plugin/openid/
H A Daction.php154 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 Dadmin.php140 if (!$auth->canDo('getUsers')) {
/plugin/autolink2/
H A Dadmin.php20 } else if (!$auth->canDo('getUsers')) {
/plugin/permissioninfo/
H A Dadmin.php41 if($this->auth->canDo('getUsers'))
51 if($this->auth->canDo('getGroups'))
/plugin/editor/
H A Dhelper.php44 if (($auth) && ($auth->canDo('getUsers'))) {
/plugin/forceuserchange/
H A Daction.php140 if (!$auth->canDo('external') && $auth->checkPass($user, $pass)){
/plugin/structpublish/helper/
H A Dnotify.php120 if (!$auth->canDo('getUsers')) {
/plugin/watchcycle/
H A Dhelper.php161 } elseif ($name[0] === '@' && $auth->canDo('getUsers')) {
/plugin/struct/types/
H A DUser.php71 if (!$auth->canDo('getUsers')) {
/plugin/recommend/
H A Daction.php91 if (!$auth->canDo('getUsers')) {

12