Skip to content

Commit 570ae0a

Browse files
committed
commit
1 parent a02c3f2 commit 570ae0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Backend/UserBackend.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ public function checkPassword(string $username, string $password)
343343

344344
$isCorrect = ($user->password and (trim($clearPassword) === trim($user->password)) ? true : false;
345345

346-
if ($isCorrect !== true {
346+
if ($isCorrect !== true) {
347347
$this->logger->info(
348348
"Invalid password attempt for user: $uid",
349349
["app" => $this->appName]

0 commit comments

Comments
 (0)