Skip to content

Commit 0bc6b81

Browse files
committed
fix: corrected overwriting of display name when using SSO, closes #3226
1 parent 17b7c51 commit 0bc6b81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

phpmyfaq/src/phpMyFAQ/Auth/AuthSso.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ public function checkCredentials(string $login, string $password, array $optiona
9393
}
9494
}
9595
if ($user === $login) {
96-
$this->create($login, $password);
97-
9896
return true;
9997
} else {
10098
return false;

0 commit comments

Comments
 (0)