On multisite, plugins are disabled prematurely when viewing the /wp-activate.php page file
On multisite, setting the WP_INSTALLING constant on wp-activate.php file disables all plugins prematurely. Why didn't the core create a way to bypass this. Though this may be required for activating new sites, but by default when activating a new user, the WP_INSTALLING constants should be disabled.
Topic wp-create-user activation user-registration Wordpress
Category Web