I need to make a slight correction, as this is in fact a breaking change for some of our ECA configurations, coming from ECA 1.x. The "Entity: create new" action can in fact be used to create users. All you need to do to make it work, is to set the email and the username before saving the newly created user-entity.
I had this problem too, quite recently, and the way I worked around it, was to use the "Tamper: decode HTML" action from the ECA Tamper module after a form submission event.
Thank you all for this work!
This might be a silly question from an uninformed user, but it seems that the changes made in the 1.2.x branch were virtually all forgotten in the 1.1.x branch.
The changes I am talking about:
Merge request from 1.2.x: https://git.drupalcode.org/project/eca/-/merge_requests/322/diffs#9fb25f...
After adding these changes to the 1.1.x version of the dev module manually, the action is there, and functions as expected. Could you maybe commit the changes to the 1.1.x branch aswell?
Thanks in advance!
SherlockHomeless → created an issue.