We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63fc4e commit b5751eaCopy full SHA for b5751ea
1 file changed
lib/private/User/Session.php
@@ -411,6 +411,7 @@ public function logClientIn($user,
411
}
412
413
$users = $this->manager->getByEmail($user);
414
+
415
$isValidEmailLogin = (\count($users) === 1 && $this->login($users[0]->getUID(), $password));
416
417
if (!$isValidEmailLogin) {
0 commit comments