Problem/Motivation

This is a follow up of #3112866: Remove special case of User module install, in which it removed installing the user module in the install_base_system. The step next to the base system is install_bootstrap_full. During this step, modules (from a installation profile) are installed. Because the user module is not installed prior, therefore, module installation depends on user features such as roles will be broken. Here is one example, fontawesome module accesses authenticated user role during the installation https://git.drupalcode.org/project/fontawesome/-/blob/8.x-2.x/fontawesom...

Steps to reproduce

1. Put fontawesome module in a custom profile
2. Install that profile on Drupal 10.1.0 or above

Proposed resolution

Remaining tasks

Figure out a change record and give an example on how contrib modules should adapt.

User interface changes

API changes

Data model changes

Release notes snippet

Comments

skyredwang created an issue. See original summary.

Version: 10.1.x-dev » 11.x-dev

Drupal core is moving towards using a “main” branch. As an interim step, a new 11.x branch has been opened, as Drupal.org infrastructure cannot currently fully support a branch named main. New developments and disruptive changes should now be targeted for the 11.x branch. For more information, see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 11.x-dev » main

Drupal core is now using the main branch as the primary development branch. New developments and disruptive changes should now be targeted to the main branch.

Read more in the announcement.