We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce6595 commit 2e24eceCopy full SHA for 2e24ece
lib/imap.php
@@ -81,7 +81,7 @@ public function checkPassword($uid, $password) {
81
$username = $uid;
82
}
83
84
- if ($this->user_regexp != '') {
+ if ($this->user_regexp !== '') {
85
if (!preg_match('/'.$this->user_regexp.'/', $username)) {
86
OC::$server->getLogger()->error(
87
'ERROR: User:'.$username.' does NOT match user regexp: '.$this->user_regexp,
0 commit comments