Home
last modified time | relevance | path

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

/plugin/oauth/action/
H A Dlogin.php91 $singleService = $this->getConf('singleService');
92 if ($singleService) {
121 $singleService = $this->getConf('singleService');
122 if ($singleService) {
161 * When singleservice is wanted, do not show login, but execute login right away
173 $singleService = $this->getConf('singleService');
174 if (!$singleService) retur
[all...]
/plugin/oauth/conf/
H A Ddefault.php12 $conf['singleService'] = '';
H A Dmetadata.php13 $meta['singleService'] = array('onoff');
/plugin/oauth/
H A Dauth.php46 if ($this->getConf('singleService')) {
47 return false; // no normal login in singleService mode