We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b7c51 commit 0bc6b81Copy full SHA for 0bc6b81
phpmyfaq/src/phpMyFAQ/Auth/AuthSso.php
@@ -93,8 +93,6 @@ public function checkCredentials(string $login, string $password, array $optiona
93
}
94
95
if ($user === $login) {
96
- $this->create($login, $password);
97
-
98
return true;
99
} else {
100
return false;
0 commit comments