--- label: 'Creating a user account' related: - user.security_account_settings - user.overview --- {% set people_url = render_var(url('entity.user.collection')) %}

{% trans %}Goal{% endtrans %}

{% trans %}Create a new user account.{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}In the Manage administrative menu, navigate to People.{% endtrans %}
  2. {% trans %}Click Add user.{% endtrans %}
  3. {% trans %}Enter the Email address, Username, and Password (twice) for the new user.{% endtrans %}
  4. {% trans %}Verify that the Roles checked for the new user are correct.{% endtrans %}
  5. {% trans %}If you want the new user to receive an email message notifying them of the new account, check Notify user of new account.{% endtrans %}
  6. {% trans %}Optionally, change other settings on the form.{% endtrans %}
  7. {% trans %}Click Create new account.{% endtrans %}
  8. {% trans %}You will be left on the Add user page; repeat these steps if you have more user accounts to create.{% endtrans %}