Simplify the creation of new user accounts
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3324972. -->
Reported by: [a.sinitsa](https://www.drupal.org/user/3461343)
Related to !295
>>>
<p>For now there is not possible to create user entity.</p>
<p>The access control by \Drupal\user\UserAccessControlHandler::checkAccess prevents updates to the anonymous user entity.<br>
Since newly created entity has not been saved yet, it has no ID and is therefore recognized as anonymous.</p>
<p>This mean that we can't create a user account, because we can't save the entity without filling all of its required fields.</p>
<p>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.</p>
issue