Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions docs/administration/content_organization/sections.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <yourdomain>/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).
13 changes: 7 additions & 6 deletions docs/users/user_registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -55,7 +56,7 @@ ibexa:

You can also modify form templates in the following way:

**Changing user password:**
### Changing user password

``` yaml
ibexa:
Expand All @@ -66,7 +67,7 @@ ibexa:
form: <path_to_template>
```

**Password recovery forms:**
### Password recovery forms

``` yaml
ibexa.site_access.config.<siteaccess>.user_forgot_password.templates.form
Expand All @@ -75,21 +76,21 @@ ibexa.site_access.config.<siteaccess>.user_forgot_password_login.templates.form
ibexa.site_access.config.<siteaccess>.user_forgot_password.templates.mail
```

**Resetting password:**
### Resetting password

``` yaml
ibexa.site_access.config.<siteaccess>.user_reset_password.templates.form
ibexa.site_access.config.<siteaccess>.user_reset_password.templates.invalid_link
ibexa.site_access.config.<siteaccess>.user_reset_password.templates.success
```

**User settings:**
### User settings

``` yaml
ibexa.site_access.config.<siteaccess>.user_settings.templates.list
ibexa.site_access.config.<siteaccess>.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).
Loading