New user is assigned 2 roles: customer and superadmin
To restore super admin to just the admin username: <?php update_site_option( ‘site_admins’, array(‘admin’) ); ?> Place a PHP file with this line in your /wp-content/mu-plugins/ directory and access any site URL. Once done you can delete the file. Alternative you can edit the site_admins key directly in the wp_sitemeta table (but the first is easier … Read more