- Issue created by @stephencamilo
- 🇩🇪Germany jurgenhaas Gottmadingen
Why would anyone want to edit requirements? Those are declared by Drupal core or by contrib modules. And they shouldn't be modified, as the declaring instance has a reason to define them.
Or am I missing something? What's the use case? Can you explore on this a bit, please.
- 🇧🇷Brazil stephencamilo curitiba
My main motivation to create this Feature Request is to change the amount of admin users per site.
Some projects need more than 3. - 🇩🇪Germany jurgenhaas Gottmadingen
Well, I'd say DRD implements the best practice here and if you want to alter that, you could still implement the
hook_requirements_alter
in a custom module.