Home
last modified time | relevance | path

Searched +full:modpass -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 13 of 13) sorted by relevance

/dokuwiki/lib/plugins/authldap/conf/
H A Ddefault.php22 $conf['modPass'] = 1;
H A Dmetadata.php23 $meta['modPass'] = array('onoff');
/dokuwiki/inc/Extension/
H A DAuthPlugin.php27 'modPass' => false, // can passwords be changed?
90 return ($this->cando['modPass'] ||
95 return ($this->cando['modPass'] ||
/dokuwiki/inc/Ui/
H A DUserProfile.php112 if ($auth->canDo('modPass')) {
/dokuwiki/inc/Action/
H A DResendpwd.php36 if (!$auth->canDo('modPass')) throw new ActionDisabledException();
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php418 $this->auth->canDo("modPass"),
427 $this->auth->canDo("modPass"),
459 if ($this->auth->canDo("modPass")) {
649 if ($this->auth->canDo('modPass')) {
804 if ($this->auth->canDo('modPass')) {
H A Dcli.php158 if ($auth->canDo('modPass')) {
/dokuwiki/lib/plugins/authad/
H A Dauth.php281 if ($this->canDo('modPass')) {
720 $this->cando['modPass'] = true;
722 $this->cando['modPass'] = false;
/dokuwiki/lib/plugins/authldap/
H A Dauth.php44 $this->cando['modPass'] = $this->getConf('modPass');
/dokuwiki/inc/
H A Dconfutils.php379 || !$auth->canDo('modPass')
H A Dauth.php1089 if (!$auth->canDo('modPass')) unset($changes['pass']);
/dokuwiki/lib/plugins/authplain/
H A Dauth.php46 $this->cando['modPass'] = true;
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php78 $this->cando['modPass'] = $this->checkConfig(