Lines Matching refs:_auth

59     var $_auth = null; // auth object  variable in syntax_plugin_groupmanager
85 $this->_auth = & $auth;
317 if (is_null($this->_auth)) return false;
367 …$this->_user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filt…
396 if (is_null($this->_auth)) {
404 … $this->userlist = $this->_auth->retrieveUsers($this->_start, $this->_pagesize, $this->_filter);
415 …g['summary'], $this->_start + 1, $this->_last, $this->_user_total, $this->_auth->getUserCount()) .…
417 …$renderer->doc .= "<p>" . sprintf($this->lang['nonefound'], $this->_auth->getUserCount()) . "</p>";
521 if ($this->_auth->triggerUserMod('modify',array($name, $update))) {
575 if ($this->_auth->canDo('addUser') && $allow_add_user) {
629 …nderer, $cmd . "_userid", "userid", $this->lang["user_id"], $user, $this->_auth->canDo("modLogin")…
630 …rer, $cmd . "_userpass", "userpass", $this->lang["user_pass"], "", $this->_auth->canDo("modPass"),…
631 …, $cmd . "_username", "username", $this->lang["user_name"], $name, $this->_auth->canDo("modName"),…
632 …, $cmd . "_usermail", "usermail", $this->lang["user_mail"], $mail, $this->_auth->canDo("modMail"),…
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')) {
739 … if ($ok = $this->_auth->triggerUserMod('create', array($user, $pass, $name, $mail, $grps))) {
762 if (!$this->_auth->canDo('delUser')) return false;
776 $currentuser = $this->_auth->retrieveUsers(0, 100000, $currentfilter);
789 $count = $this->_auth->triggerUserMod('delete', array($selected));