Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_sql.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Lee <blee@circuitid.com>2019-10-31 07:54:51 +0300
committerBrandon Lee <blee@circuitid.com>2019-10-31 07:54:51 +0300
commit55224aed23f7469c1cffc0895fa6686ad13befbd (patch)
treef0bbf77f02cce7a5bc235b56343fb716dd469dbf
parent570ae0a77042716548f282004d0d1f7bd5722851 (diff)
commit
-rw-r--r--lib/Backend/UserBackend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Backend/UserBackend.php b/lib/Backend/UserBackend.php
index 7357619..369497f 100644
--- a/lib/Backend/UserBackend.php
+++ b/lib/Backend/UserBackend.php
@@ -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(