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.
2 parents cc8cd6f + 3efd570 commit 3a98fd4Copy full SHA for 3a98fd4
lib/Auth/Source/External.php
@@ -136,7 +136,7 @@ private function getUser()
136
$uid,
137
$this->config->getCookieSalt() . \Drupal::service('private_key')->get()
138
);
139
- if (!Crypt::hashEquals($hash, $cookie_hash)) {
+ if (!hash_equals($hash, $cookie_hash)) {
140
throw new Exception(
141
'Cookie hash invalid. This indicates either tampering or an out of date drupal4ssp module.'
142
0 commit comments