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 d303ed5 commit 630dfb1Copy full SHA for 630dfb1
lib/Auth/Source/Negotiate.php
@@ -138,7 +138,7 @@ public function authenticate(array &$state): void
138
if (
139
$disabled
140
|| (!empty($_COOKIE['NEGOTIATE_AUTOLOGIN_DISABLE_PERMANENT'])
141
- && $_COOKIE['NEGOTIATE_AUTOLOGIN_DISABLE_PERMANENT'] == 'True')
+ && $_COOKIE['NEGOTIATE_AUTOLOGIN_DISABLE_PERMANENT'] === 'true')
142
) {
143
Logger::debug('Negotiate - session disabled. falling back');
144
$this->fallBack($state);
0 commit comments