diff --git a/docs/administration/content_organization/sections.md b/docs/administration/content_organization/sections.md index 155921c884..3220220cca 100644 --- a/docs/administration/content_organization/sections.md +++ b/docs/administration/content_organization/sections.md @@ -34,9 +34,3 @@ Other references to the section remain and thus the system most likely loses con Section ID numbers aren't recycled. If a section is removed, its ID number cannot be reused when a new section is created. - -## Registering users - -Registration form for your website is placed under this address: /register. -By default, new users created in this way are placed in the Guest accounts group. -To give your users a possibility to register themselves, follow the instructions on [enabling account registration](8_enable_account_registration.md). diff --git a/docs/users/user_registration.md b/docs/users/user_registration.md index 045dca51ed..ae02535ba1 100644 --- a/docs/users/user_registration.md +++ b/docs/users/user_registration.md @@ -4,8 +4,9 @@ description: Register new users. # Register new users -You can allow your users to create accounts by employing the `/register` route. +You can allow your users to create accounts by using the `/register` route. This route leads to a registration form that, when filled in, creates a new user content item in the repository. +To give your users a possibility to register themselves, follow the instructions on [enabling account registration](8_enable_account_registration.md). ## User types @@ -55,7 +56,7 @@ ibexa: You can also modify form templates in the following way: -**Changing user password:** +### Changing user password ``` yaml ibexa: @@ -66,7 +67,7 @@ ibexa: form: ``` -**Password recovery forms:** +### Password recovery forms ``` yaml ibexa.site_access.config..user_forgot_password.templates.form @@ -75,7 +76,7 @@ ibexa.site_access.config..user_forgot_password_login.templates.form ibexa.site_access.config..user_forgot_password.templates.mail ``` -**Resetting password:** +### Resetting password ``` yaml ibexa.site_access.config..user_reset_password.templates.form @@ -83,13 +84,13 @@ ibexa.site_access.config..user_reset_password.templates.invalid_link ibexa.site_access.config..user_reset_password.templates.success ``` -**User settings:** +### User settings ``` yaml ibexa.site_access.config..user_settings.templates.list ibexa.site_access.config..user_settings.templates.update ``` -**Changing registration form templates:** +### Changing registration form templates To change the registration form template, follow the instructions in [Invitation and registration form templates](invitations.md#invitation-and-registration-form-templates).