Home
last modified time | relevance | path

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

/plugin/oauth/
H A Dhelper.php81 if ($this->getConf('mailRestriction') === '') {
84 $validDomains = explode(',', trim($this->getConf('mailRestriction'), ','));
/plugin/oauth/conf/
H A Ddefault.php11 $conf['mailRestriction'] = '';
H A Dmetadata.php12 $meta['mailRestriction'] = array('string','_pattern' => '!^(@[^,@]+(\.[^,@]+)+(,|$))*$!');