Fix the TPhpass algorithm
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 28 Apr 2022 10:21:19 +0000 (12:21 +0200)
committerGitHub <noreply@github.com>
Thu, 28 Apr 2022 10:21:19 +0000 (12:21 +0200)
commitef4a67e65751ac7198d3d3ba3cdda8b0eba192df
tree48ab2cc874bf4eea86a500286f30af09cd9086a7
parent228b18a849d3b661dd331155234de35cef4295bf
Fix the TPhpass algorithm

The salt extraction used `mb_strpos` where `mb_substr` needs to be used.

see c586e46e62dd1d714b7c7db7911eb6cf5d96cc7e
wcfsetup/install/files/lib/system/user/authentication/password/algorithm/TPhpass.class.php