I'm trying to import a list of users into CB & CBSubs. I have inserted the users into jos_users table and then into jos_comprofiler table, making sure that jos_users.id = jos_comprofiler.user_id and values for other columns copied from existing records. I'm only testing with importing 3 user records.
When I checked the users from backend, I can't see the imported users in User Management. The record at the bottom says 32 records which is correct, but the actual list is only showing 29 records. So the 3 imported users are recognized but not displayed.