Simplify the creation of new user accounts
For now there is not possible to create user entity.
The access control by \Drupal\user\UserAccessControlHandler::checkAccess prevents updates to the anonymous user entity.
Since newly created entity has not been saved yet, it has no ID and is therefore recognized as anonymous.
This mean that we can't create a user account, because we can't save the entity without filling all of its required fields.
Maybe a new action in the eca_user sub-module which allows the input of all required fields in the once action is the best way forward.
Edited by drupalbot