Hello,
Iam currently facing a problem after import.
I imported users (just names and passwords) from vBulletin to Xenforo via build-in importer. So far so good, but I have noticed, that after import all imported users have different scheme_class in xf_user_authenticate MySQL table. Regular user that I tried to register has XenForo_Authentication_Core and imported users got XenForo_Authentication_vBulletin (or something like that).
Anyway, imported users can log into Xenforo just fine, but problem is, that Iam working on a project (share registrations for game server and forum registrations) that must use XenForo_Authentication_Core password structure (XenForo_Authentication_Core and XenForo_Authentication_vBulletin structures are different).
Is there ANY way to rebuild imported passwords of users so they are set to XenForo_Authentication_Core ? Thanks!
Iam currently facing a problem after import.
I imported users (just names and passwords) from vBulletin to Xenforo via build-in importer. So far so good, but I have noticed, that after import all imported users have different scheme_class in xf_user_authenticate MySQL table. Regular user that I tried to register has XenForo_Authentication_Core and imported users got XenForo_Authentication_vBulletin (or something like that).
Anyway, imported users can log into Xenforo just fine, but problem is, that Iam working on a project (share registrations for game server and forum registrations) that must use XenForo_Authentication_Core password structure (XenForo_Authentication_Core and XenForo_Authentication_vBulletin structures are different).
Is there ANY way to rebuild imported passwords of users so they are set to XenForo_Authentication_Core ? Thanks!