XF 1.4 Create new admin account or use old?

dutchbb

Well-known member
When creating a new XenForo installation to import to, should I use the same admin account name or create a new one (conflicts?)

In other words, will the importer combine admins accounts with the same name?
 
I've done it either way and you will be prompted to merge during import if necessary. Not just name, but if the two users (whether admin or not) share an email address there will also be a user merge prompt.

My preference is to have contol afterwards so on the next import I will use a different admin name/email and do any merging/deleting of accounts afterwards.

You have control outside of the (admin cp) of superadmin status by using the library/config.php and defining the user ID of the super administrator there:

Code:
$config['superAdmins'] = '1';
 
Top Bottom