Corrected indentation and changed to a more specific error message.
Signed-off-by: Mischa Siekmann <github@gnumpi.com>
This commit is contained in:
committed by
Mischa Siekmann
parent
c0abb76adf
commit
1883b0c083
@@ -73,9 +73,9 @@ class OC_User_IMAP extends \OCA\user_external\Base {
|
||||
}
|
||||
} else {
|
||||
OC::$server->getLogger()->error(
|
||||
'ERROR: Wrong domain: '.$this->domain,
|
||||
['app' => 'user_external']
|
||||
);
|
||||
'ERROR: User has a wrong domain! Expecting: '.$this->domain,
|
||||
['app' => 'user_external']
|
||||
);
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user