Home
last modified time | relevance | path

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

12

/plugin/authchained/
H A Dauth.php60 $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/
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…
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/
Daction.php84 if (!$auth || !$auth->canDo('getUsers') || !$auth->canDo('modGroups')) {
163 if (!$auth || !$auth->canDo('getUsers') || !$auth->canDo('modGroups')) {
/plugin/approve/
H A Dadmin.php108 if ($auth->canDo('getUsers')) {
111 if ($auth->canDo('getGroups')) {
122 if (!$auth->canDo('getGroups')) {
/plugin/authsplit/
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');
483 if ($this->authplugins['primary']->canDo['mod' . ucfirst($field)]) {
/plugin/recommend/helper/
Dmail.php77 if (!$auth->canDo('getUsers')) {
114 if (!$auth->canDo('getUsers')) {
/plugin/authplaincas/
Daction.php79 if ($auth && $auth->canDo('modPass') && actionOK('resendpwd')) {
112 !($auth && $auth->canDo('modPass') && actionOK('resendpwd'))
/plugin/authsaml/
Dsaml.php209 if ($auth->canDo('addUser')) {
230 if ($auth->canDo('modName')) {
235 if ($auth->canDo('modMail')) {
240 if ($auth->canDo('modGroups')) {
/plugin/userimportextended/
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/botbouncer/admin/
Dclean.php32 } else if (!$auth->canDo('getUsers')) {
108 …$this->_user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filt…
/plugin/ssocas/
Daction.php92 if($auth && $auth->canDo('addUser') && actionOK('register')){
96 if ($auth && $auth->canDo('modPass') && actionOK('resendpwd')) {
/plugin/authg2fa/
Dadmin.php42 } else if (!$auth->canDo('getUsers')) {
86 …$this->_user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filt…
/plugin/groupadmin/
Dadmin.php33 } else if (!$auth->canDo('getUsers')) {
99 if ($this->_auth->canDo("getGroups")) {
/plugin/openid/
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/pureldap/action/
H A Dexpiry.php62 if ($auth->canDo('modPass')) {
/plugin/structgroup/helper/
Dauthgroup.php41 if(!$auth->canDo('getUsers')) {
/plugin/judge/
Dadmin.php58 if ($auth->canDo('getUsers')) { // is this feature available?
/plugin/structgroup8/helper/
Dauthgroup.php41 if(!$auth->canDo('getUsers')) {
/plugin/submgr/
Dadmin.php140 if (!$auth->canDo('getUsers')) {
/plugin/permissioninfo/
Dadmin.php41 if($this->auth->canDo('getUsers'))
51 if($this->auth->canDo('getGroups'))
/plugin/autolink2/
Dadmin.php20 } else if (!$auth->canDo('getUsers')) {
/plugin/editor/
Dhelper.php44 if (($auth) && ($auth->canDo('getUsers'))) {
/plugin/forceuserchange/
Daction.php140 if (!$auth->canDo('external') && $auth->checkPass($user, $pass)){
/plugin/structpublish/helper/
H A Dnotify.php121 if (!$auth->canDo('getUsers')) {
/plugin/pureldap/
H A Dauth.php170 if ($this->canDo('modPass') && ($code == 532 || $code == 773)) {

12