Line 47 of modules/user/controllers/login.php is referencing the field group_id, where as it should be user_group_id `$user_data = array('id' => $user->id, 'group' => $user->user_group_id);`