--- label: 'Configuring how user accounts are created and deleted' related: - core.security - user.overview --- {% set account_settings_url = render_var(url('entity.user.admin_form')) %}

{% trans %}Goal{% endtrans %}

{% trans %}Configure settings related to how user accounts are created and deleted.{% endtrans %}

{% trans %}What are the settings related to user account creation and deletion?{% endtrans %}

{% trans %}What are variables in email message text?{% endtrans %}

{% trans %}Variables are short text strings, enclosed in square brackets [], that you can insert into configured email message text. When an individual message is generated, data from your site is substituted for the variables. Some commonly-used variables are:{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}In the Manage administrative menu, navigate to Configuration > People > Account settings.{% endtrans %}
  2. {% trans %}Select the method you want to use for creating user accounts, and check or uncheck the box that requires email verification, to match the settings you want for your site.{% endtrans %}
  3. {% trans %}Select the desired option for what happens to content that a user created if their account is canceled.{% endtrans %}
  4. {% trans %}Optionally, edit the text of email messages related to user accounts.{% endtrans %}
  5. {% trans %}Verify that the other settings are correct.{% endtrans %}
  6. {% trans %}Click Save configuration. You should see a message indicating that the settings were saved.{% endtrans %}