XenForo
Administrative
- Thread starter
- Admin
- #1
Re XF 2.2 - merging accounts who prevails ?
I don't have access to vBulletin 5 authentication data, but from looking at the code the handler sees to be completely broken:
PHP:
Read more
ادامه مطلب...
I don't have access to vBulletin 5 authentication data, but from looking at the code the handler sees to be completely broken:
PHP:
Code:
protected function getHandler()
{
return new PasswordHash(\XF::config('passwordIterations'), false);
}
protected function createHash($password)
{
return md5($password);
}
public function authenticate($userId, $password)
{
if (!is_string($password) ||...
Read more
ادامه مطلب...