Skip to content

Commit 8439e73

Browse files
authored
Move out of place "User registration section" (#3290)
1 parent c184c1e commit 8439e73

2 files changed

Lines changed: 7 additions & 12 deletions

File tree

docs/administration/content_organization/sections.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,3 @@ Other references to the section remain and thus the system most likely loses con
3434

3535
Section ID numbers aren't recycled.
3636
If a section is removed, its ID number cannot be reused when a new section is created.
37-
38-
## Registering users
39-
40-
Registration form for your website is placed under this address: <yourdomain>/register.
41-
By default, new users created in this way are placed in the Guest accounts group.
42-
To give your users a possibility to register themselves, follow the instructions on [enabling account registration](8_enable_account_registration.md).

docs/users/user_registration.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ description: Register new users.
44

55
# Register new users
66

7-
You can allow your users to create accounts by employing the `/register` route.
7+
You can allow your users to create accounts by using the `/register` route.
88
This route leads to a registration form that, when filled in, creates a new user content item in the repository.
9+
To give your users a possibility to register themselves, follow the instructions on [enabling account registration](8_enable_account_registration.md).
910

1011
## User types
1112

@@ -55,7 +56,7 @@ ibexa:
5556

5657
You can also modify form templates in the following way:
5758

58-
**Changing user password:**
59+
### Changing user password
5960

6061
``` yaml
6162
ibexa:
@@ -66,7 +67,7 @@ ibexa:
6667
form: <path_to_template>
6768
```
6869

69-
**Password recovery forms:**
70+
### Password recovery forms
7071

7172
``` yaml
7273
ibexa.site_access.config.<siteaccess>.user_forgot_password.templates.form
@@ -75,21 +76,21 @@ ibexa.site_access.config.<siteaccess>.user_forgot_password_login.templates.form
7576
ibexa.site_access.config.<siteaccess>.user_forgot_password.templates.mail
7677
```
7778

78-
**Resetting password:**
79+
### Resetting password
7980

8081
``` yaml
8182
ibexa.site_access.config.<siteaccess>.user_reset_password.templates.form
8283
ibexa.site_access.config.<siteaccess>.user_reset_password.templates.invalid_link
8384
ibexa.site_access.config.<siteaccess>.user_reset_password.templates.success
8485
```
8586

86-
**User settings:**
87+
### User settings
8788

8889
``` yaml
8990
ibexa.site_access.config.<siteaccess>.user_settings.templates.list
9091
ibexa.site_access.config.<siteaccess>.user_settings.templates.update
9192
```
9293

93-
**Changing registration form templates:**
94+
### Changing registration form templates
9495

9596
To change the registration form template, follow the instructions in [Invitation and registration form templates](invitations.md#invitation-and-registration-form-templates).

0 commit comments

Comments
 (0)