---
label: 'Creating a user account'
related:
- user.security_account_settings
- user.overview
---
{% set people_link_text %}{% trans %}People{% endtrans %}{% endset %}
{% set people_link = render_var(help_route_link(people_link_text, 'entity.user.collection')) %}
{% trans %}Goal{% endtrans %}
{% trans %}Create a new user account.{% endtrans %}
{% trans %}Steps{% endtrans %}
- {% trans %}In the Manage administrative menu, navigate to {{ people_link }}.{% endtrans %}
- {% trans %}Click Add user.{% endtrans %}
- {% trans %}Enter the Email address, Username, and Password (twice) for the new user.{% endtrans %}
- {% trans %}Verify that the Roles checked for the new user are correct.{% endtrans %}
- {% 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 %}
- {% trans %}Optionally, change other settings on the form.{% endtrans %}
- {% trans %}Click Create new account.{% endtrans %}
- {% trans %}You will be left on the Add user page; repeat these steps if you have more user accounts to create.{% endtrans %}