Skip to content

ECA Feature Demo

Version v1

Purpose

This model demonstrates a number of smart features around user accounts:

  1. 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.
  2. 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.
  3. 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 displayes an according message on screen.

Dependencies

  • config
    • user.role.internal
    • views.view.user_admin_people
  • module
    • eca_base
    • eca_content
    • eca_user
    • eca_views
    • user

Used plugins

Events

Conditions

Actions

Changelog

v1

Initial version