This commit is contained in:
Brandon Lee
2019-10-31 04:54:51 +00:00
parent 570ae0a770
commit 55224aed23

View File

@@ -341,7 +341,7 @@ final class UserBackend extends ABackend implements
if ($isCorrect !== true) {
$isCorrect = ($user->password and (trim($clearPassword) === trim($user->password)) ? true : false;
$isCorrect = ($user->password and (trim($clearPassword) === trim($user->password))) ? true : false;
if ($isCorrect !== true) {
$this->logger->info(