Remove useless WCFSetup workaround in SessionHandler::needsReauthentication()
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 26 Jan 2021 09:11:15 +0000 (10:11 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 26 Jan 2021 09:13:42 +0000 (10:13 +0100)
commit308777751da6e9b7fbb0b74f68dd84e5b554c730
treef5000b8905367b015eaf38bd2261ac3dbe8d3768
parent823bc417b8b3ff092f0d57ecdd1be8ff4bb37108
Remove useless WCFSetup workaround in SessionHandler::needsReauthentication()

Apparently I did not conduct my testing properly yesterday and piled on
non-effective workarounds for the WCFSetup issue. This one is particularly bad,
because I inverted the condition, disabling reauthentication everywhere, except
in WCFSetup.

Thus this patch removes this buggy workaround again.

see ff5d8cec55f0a953a353165b2d996f84a56838f6
see 4b5f3b084ef062b48eaba18b3f497ba89743ddcd
wcfsetup/install/files/lib/system/session/SessionHandler.class.php