diff --git a/auth.php b/auth.php index 0e57743..f7775b4 100644 --- a/auth.php +++ b/auth.php @@ -26,6 +26,9 @@ public function __construct() { parent::__construct(); $this->cando['external'] = true; + if ($this->getConf('singleService')) { + $this->cando['modPass'] = false; + } $this->hlp = $this->loadHelper('oauth'); }