drupal-eca-recipe / eca_lib_0007
ECA Feature Demo
3.2.2
2025-08-09 12:33 UTC
Requires
- drupal/core: >=11.2
- drupal/eca: ^3
README
ID: eca_lib_0007
This model demonstrates a number of smart features around user accounts:
- When a user registers themselves or gets created by an existing user, then all existing users with the admin role get informed by email. If the current user has the admin role, a message also get displayed with a link to the mailhog application to review the emails.
- When a user logs in, a number of actions applies: depending on their role, different redirect destinations will be used after login. Also, the assigment of the internal user role gets executed, see below.
- When a user gets updated, the assigment of the internal user role also gets executed.
The assignment of the internal user role assigns that role to the current user if their email domain contains @example.com and removes it otherwise. It does that only if the situation had changed and also displays an according message on screen.
Installation
## Import recipe
composer require drupal-eca-recipe/eca_lib_0007
# Apply recipe with Drush (requires version 13 or later):
drush recipe ../recipes/{{ rawid }}
# Apply recipe without Drush:
cd web && php core/scripts/drupal recipe ../recipes/eca_lib_0007
# Rebuilding caches is optional, sometimes required:
drush cr