Closes #5717: Disable all user module email notifications by default. - #5718
Closes #5717: Disable all user module email notifications by default.#5718joeparsons wants to merge 2 commits into
Conversation
|
This seems like it might have some unintended breaking changes for Quickstart sites which have user registration that actually use these emails potentially. |
@tadean Do you mean because existing sites that actually rely on those emails could have them disabled when applying configuration updates? Do you think including a release note about this change would be sufficient to minimize the impact of these changes on sites like that? |
|
To do:
|
|
I see UI checkbox options at
I think it would be neat to have UI-based options. A new page could be created within the Arizona Quickstart Settings area with those settings. A module could also potentially be used. https://www.drupal.org/project/mailcontrol (D11 patch)
|
|
I think it'd be reasonable to make this as a minor release change as long as there is a UI element where they can adjust the settings. |
Description
Currently all of the default email notifications created by the core user module are all enabled except for these:
This PR disables all of the remaining email notification settings (by default):
Release notes
Related issues
Closes #5717
How to test
Types of changes
Arizona Quickstart (install profile, custom modules, custom theme)
Drupal core
Drupal contrib projects
Checklist