Allow modules to define a new system account via configuration objects
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3581804. -->
Reported by: [avpaderno](https://www.drupal.org/user/55077)
Related to !31
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>The only way to create a new system account is calling the service provided by this module. It should not be needed to write code for that, as the service essentially needs two literal strings: the username and the email address, where the latter is not strictly necessary (considering that system accounts are generally not used to log in).</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Change the module to create system accounts from <code>system_account.account.$module_name.$system_account_id.yml</code> configuration files.</p>
issue