Simplify the creation of new user accounts

Issue information

From user: a.sinitsa

Related to !295 (merged)

Contribution record

Fork management

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
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information