XF 1.2 Post Import: Some Users Have Login Error

Some users are receiving and error when they try to log-in now after importing to our forums. The Admin CP shows this for the error:

Server Error Log
Error Info
XenForo_Exception: Invalid authentication module '' specified - library/XenForo/Authentication/Abstract.php:126
Generated By: Unknown Account, 20 minutes ago
Stack Trace
#0 /data/www/forum.gamebreakernation.com/library/XenForo/Model/User.php(1216): XenForo_Authentication_Abstract::create('CodeInMotion_Au...')
#1 /data/www/forum.gamebreakernation.com/library/XenForo/Model/User.php(1244): XenForo_Model_User->getUserAuthenticationObjectByUserId(3593)
#2 /data/www/forum.gamebreakernation.com/library/XenForo/ControllerPublic/Login.php(101): XenForo_Model_User->validateAuthentication('Feydakin', 'divinity1388', NULL)
#3 /data/www/forum.gamebreakernation.com/library/XenForo/FrontController.php(337): XenForo_ControllerPublic_Login->actionLogin()
#4 /data/www/forum.gamebreakernation.com/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#5 /data/www/forum.gamebreakernation.com/index.php(13): XenForo_FrontController->run()
#6 {main}
Request State
array(3) {
["url"] => string(49) "http://forum.gamebreaker.tv/index.php?login/login"
["_GET"] => array(1) {
["login/login"] => string(0) ""
}
["_POST"] => array(7) {
["login"] => string(8) "Feydakin"
["register"] => string(1) "0"
["password"] => string(8) "********"
["remember"] => string(1) "1"
["cookie_check"] => string(1) "1"
["redirect"] => string(10) "/index.php"
["_xfToken"] => string(8) "********"
}
}
 
XenForo_Authentication_Abstract::create('CodeInMotion_Au...')
Looks like there are some custom things being involved here, possibly with custom auth schemes and/or bad dynamic extension of auth schemes.
 
There were several imports from XenForo 1.2.0 into a XenForo 1.2.2 installation.

Several forums were merged with accounts being merged by email or username.

Next we are also using the XenCentral add-on, could it possibly be related to it?
 
Yes it does have an auth system, that last night I had forgotten to put the global salt into the config, so perhaps that was it, I put one in today and maybe it fixed it. Will wait and see if issues continue to occur.
 
Top Bottom