Created on 15 September 2023, about 1 year ago

Problem/Motivation

Just found out about the ECA module which is basically the Rules module for Drupal 9 and 10.

Is the "User Email Verification" module compatible with ECA?
If so, how does one make ECA read if a user is verified or not?

I am using the "Registration Role" to automatically assign all new accounts the role of "Not Verified"

On the user profile page, it shows "Email verified Yes" or "Email verified No" depending if they have verified their email or not.

How can I make ECA use the condition "if current user is verified (1/yes)", then apply action remove role "Not Verified".

ECA does a great job of detecting if user has role "Not Verified", then after user login, remove role. So it works great. However, it needs a condition to first detect if email has been verified or not. If user's email is verified and user has role "Not Verified", then run the model.

By simply adding a patch where ECA can detect if user is verified as a condition, then we can apply any type of logic we need and not need this module to add all those features on their own.

Any guidance on how to achieve this is greatly appreciated.

Thank you.

✨ Feature request
Status

Active

Version

1.2

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States jsidigital

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024