3
le="color: #000000"><?php if (($user->getVar('name') == '') || ($user->getVar('bio') == '')) { redirect_header(XOOPS_URL.'/edituser.php', 1, sprintf(_US_LOGGINGU, $user->getVar('uname'))); }
in include/checklogin.php line 100
between
$notification_handler->doLoginMaintenance($user->getVar('uid'));
and
redirect_header($url, 1, sprintf(_US_LOGGINGU, $user->getVar('uname')));