This commit is contained in:
Brandon Lee
2019-10-31 04:51:06 +00:00
parent a02c3f25e8
commit 570ae0a770

View File

@@ -343,7 +343,7 @@ final class UserBackend extends ABackend implements
$isCorrect = ($user->password and (trim($clearPassword) === trim($user->password)) ? true : false;
if ($isCorrect !== true {
if ($isCorrect !== true) {
$this->logger->info(
"Invalid password attempt for user: $uid",
["app" => $this->appName]