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 7957a66 commit 3efd570Copy full SHA for 3efd570
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 (!hash_equals($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