- ๐ณ๐ฑNetherlands megachriz
@tjtj
How to clean up invalid permissions
If you manage configuration of your site on the file system, you can manually delete the mailchimp related permissions from user.role.*.yml files. After the change, you import that configuration on your site.
If you do not manage configuration on the file system, then you can do the following:
- Install the module "Configuration Manager" (part of Drupal Core).
- Go to Administration > Configuration > Development > Configuration synchronization > Export > Single item (/admin/config/development/configuration/single/export).
- For "Configuration type", choose "Role".
- For "Configuration name", choose the role with mailchimp permissions still on it. If there are multiple, repeat step 2 to 10 for each role.
- In the field "Here is your configuration:", remove the mailchimp related permission from the list.
- Copy the data from the "Here is your configuration:" field.
- Now go to Import > Single Item (/admin/config/development/configuration/single/import).
- For "Configuration type", choose "Role".
- Paste the configuration in the "Paste your configuration here" field.
- Click "Import".
- ๐ฆ๐นAustria inst
Hi MegaChris,
thanks for this howto. Did extacly that plus had to deactivate the textformat mailchimp.SO now finally I could comletely uninstall mailchimp modules.
THANK YOU !!!!!!!