drupal-eca-recipe / eca_lib_0035
Add role to new user
Package info
gitlab.lakedrops.com/drupal/recipes/eca_lib_0035
Type:drupal-recipe
pkg:composer/drupal-eca-recipe/eca_lib_0035
3.0.3
2026-08-23 09:29 UTC
Requires
- drupal/eca: *
- drupal/modeler_api: *
This package is auto-updated.
Last update: 2026-08-23 09:29:50 UTC
README
ID: eca_lib_0035
A variant of eca_lib_0029: «Add role to inserted or updated user». Except this variant is only concerned with new users, updated users are not processed.
Installation
## Import recipe
composer require drupal-eca-recipe/eca_lib_0035
# Apply recipe with Drush (requires version 13 or later):
drush recipe ../recipes/eca_lib_0035
# Apply recipe without Drush:
cd web && php core/scripts/drupal recipe ../recipes/eca_lib_0035
# Rebuilding caches is optional, sometimes required:
drush cr