Home
last modified time | relevance | path

Searched +full:shw_mail_addr +(+path:plugin +path:issuetracker) -(+path:plugin +path:issuetracker +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/issuetracker/conf/
H A Ddefault.php29 $conf['shw_mail_addr'] = 1; // show mail address instead of user names t…
H A Dmetadata.php29 $meta['shw_mail_addr'] = array('onoff'); // show mail address instead of user names to registere…
/plugin/issuetracker/
H A Daction.php1498 ($this->getConf('shw_mail_addr') === 1))
1533 … if($this->getConf('shw_mail_addr') === 1) { $__reportedby = $issue[$issue_id]['user_mail']; }
2333 … && ($this->getConf('shw_mail_addr')===1) && ($this->getConf('auth_ad_overflow') == false))
2339 … && ($this->getConf('shw_mail_addr')===0) && ($this->getConf('auth_ad_overflow') == false))
2406 elseif($this->getConf('shw_mail_addr')===0) {$u_mail_check =$user_mail['userinfo']['name'];}