Problem/Motivation

Drupal core has a allow_authorize_operations setting that disables installing and updating from the UI.
Does this module do something different? If so, it should probably be explained in the description.

Steps to reproduce

Add $settings['allow_authorize_operations'] = FALSE; in settings.php.

Comments

prudloff created an issue. See original summary.

vensires’s picture

Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new22.71 KB
new79.41 KB
new70.59 KB
new180.92 KB

Hello @prudloff and thank you for the opportunity to share this comparison here!
I share below some screens to make visually clear each behavior.

Drupal default (Update manager enabled & Composer Forced uninstalled):

Having set allow_authorize_operations to FALSE in settings.php:

Module composer_forced enabled


prudloff’s picture

Thanks for the explanation, it makes sense.

vensires’s picture

Status: Needs review » Fixed

Happy it was explanatory! In case you are not aware though, in Drupal core 10.4 things are expected to get changed. Check #3417136: Remove adding an extension via a URL to better understand.

PS: I also updated the description of this module with a reference to both this issue and that one.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.