Skip to content

Commit 55224ae

Browse files
committed
commit
1 parent 570ae0a commit 55224ae

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
@@ -341,7 +341,7 @@ public function checkPassword(string $username, string $password)
341341

342342
if ($isCorrect !== true) {
343343

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

346346
if ($isCorrect !== true) {
347347
$this->logger->info(

0 commit comments

Comments
 (0)